diff --git a/ext/svelte.config.js b/ext/svelte.config.js index aa45659..c1f6e5b 100644 --- a/ext/svelte.config.js +++ b/ext/svelte.config.js @@ -1,5 +1,3 @@ // svelte-vscode seems to require a config for proper linting support -const sveltePreprocess = require("svelte-preprocess"); -module.exports = { - preprocess: sveltePreprocess() -}; +import sveltePreprocess from "svelte-preprocess"; +export default sveltePreprocess();