mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-21 16:09:12 +03:00
99eb2e01ee
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
const sveltePreprocess = require('svelte-preprocess')
|
|
|
|
module.exports = {
|
|
preprocess: sveltePreprocess()
|
|
}; |