Skip to content

Commit 5cd384f

Browse files
committed
don't pass onwarn to compiler itself in Svelte 3 (sveltejs#104)
1 parent dab5855 commit 5cd384f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const pluginOptions = {
1818
emitCss: true,
1919

2020
// legacy
21+
onwarn: true,
2122
shared: true,
2223
style: true,
2324
script: true,

0 commit comments

Comments
 (0)