mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
0fc0115c99
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
const sveltePreprocess = require('svelte-preprocess')
|
|
|
|
module.exports = {
|
|
preprocess: sveltePreprocess()
|
|
}; |