We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unrecognized option 'onwarn'
There is 'TODO anything?' at index.js line 123.
'TODO anything?'
index.js
{ 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.
valid_options
svelte/compiler
My english is so bad, I'm sorry. Do you understand me :)
The text was updated successfully, but these errors were encountered:
don't pass onwarn to compiler itself in Svelte 3 (sveltejs#104)
onwarn
5cd384f
ee9a261
don't pass onwarn to compiler itself in Svelte 3 (#104)
fd7cc30
Successfully merging a pull request may close this issue.
svelte/loader v3.0.0
There is
'TODO anything?'
atindex.js
line 123.onwarn will be ignore.
Also, you forget to add onwarn to
valid_options
atsvelte/compiler
line 23800.My english is so bad, I'm sorry. Do you understand me :)
The text was updated successfully, but these errors were encountered: