Skip to content

Commit

Permalink
Enable preprocessing script tags in vitePreprocess
Browse files Browse the repository at this point in the history
This fixes the error about TypeScript enums not being natively supported
  • Loading branch information
rmunn committed Nov 26, 2024
1 parent 6e77555 commit 4554f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const config = {
},
preprocess: [
vitePreprocess({
script: true,
postcss: true
})
],
Expand Down

0 comments on commit 4554f1e

Please sign in to comment.