platform/plugins/activity-resources/svelte.config.js
Andrey Sobolev 3f066c718f
Activity support
Initial Activity support

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-11-19 00:22:06 +07:00

5 lines
111 B
JavaScript

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