Skip to content

Commit

Permalink
Fix: Set default for compilerOptions (svelte)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Dec 13, 2021
1 parent bdc27e1 commit f79a1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ esbuild:
enable: false
options:
compilerOptions:
css: false
css: true
babel:
enable: false
options: null
Expand Down

0 comments on commit f79a1af

Please sign in to comment.