mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 20:25:56 +03:00
9eb890e777
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
const sveltePreprocess = require('svelte-preprocess')
|
|
|
|
module.exports = {
|
|
preprocess: sveltePreprocess()
|
|
}; |