diff --git a/lib/plugins/svelte/index.js b/lib/plugins/svelte/index.js new file mode 100644 index 0000000..316cdf3 --- /dev/null +++ b/lib/plugins/svelte/index.js @@ -0,0 +1,12 @@ +export default { + hooks: [ + { + event: 'start', + action: async (app, params, ctx) => { + app.config.svelte = { + extensions: [] + } + } + } + ] +}