Closed
Description
svelte/loader v3.0.0
There is 'TODO anything?'
at index.js
line 123.
{
test: /\.svelte$/,
exclude: /node_modules/,
use: {
loader: 'svelte-loader',
options: {
emitCss: true,
onwarn,
style: sass({}, {name: 'scss'}),
},
},
},
onwarn will be ignore.
Also, you forget to add onwarn to valid_options
at svelte/compiler
line 23800.
My english is so bad, I'm sorry. Do you understand me :)
Activity
don't pass `onwarn` to compiler itself in Svelte 3 (sveltejs#104)
onwarn
to compiler itself in Svelte 3 #105don't pass `onwarn` to compiler itself in Svelte 3 (sveltejs#104)
don't pass `onwarn` to compiler itself in Svelte 3 (#104)