diff options
Diffstat (limited to 'src/webapp/svelte.config.js')
| -rw-r--r-- | src/webapp/svelte.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webapp/svelte.config.js b/src/webapp/svelte.config.js index 5680f19..866775a 100644 --- a/src/webapp/svelte.config.js +++ b/src/webapp/svelte.config.js @@ -2,5 +2,5 @@ import sveltePreprocess from "svelte-preprocess"; import {optimizeImports} from "carbon-preprocess-svelte"; export default { - preprocess: [sveltePreprocess(), optimizeImports], + preprocess: [sveltePreprocess(), optimizeImports()], }; |
