diff --git a/packages/svelte/svelte.config.js b/packages/svelte/svelte.config.js index 3630bb39..0b32783a 100644 --- a/packages/svelte/svelte.config.js +++ b/packages/svelte/svelte.config.js @@ -1,6 +1,6 @@ -import sveltePreprocess from 'svelte-preprocess' +const sveltePreprocess = require('svelte-preprocess') -export default { +module.exports = { // Consult https://github.com/sveltejs/svelte-preprocess // for more information about preprocessors preprocess: sveltePreprocess()