platform/plugins/workbench-resources/svelte.config.js
Andrey Platov c3737b1f0f
add presentation and workbench (do not compile)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-06 10:31:17 +02:00

5 lines
111 B
JavaScript

const sveltePreprocess = require('svelte-preprocess')
module.exports = {
preprocess: sveltePreprocess()
};