platform/plugins/chunter-resources/svelte.config.js
Andrey Platov d8f262df9f
add chunter -- not working yet
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-07 17:23:13 +02:00

5 lines
111 B
JavaScript

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