Handle warnings is not working?
socketopp opened this issue · 1 comments
socketopp commented
How can we disable svelte warnings? (a11y, etc)
Any fix regarding this?
Conduitry commented
I don't know what that language-tools issue has to do with this project, but if the question is specifically how you can stop rollup-plugin-svelte from emitting Rollup warnings during build time, you can already do this with the onwarn callback in the plugin in your Rollup config. https://github.com/sveltejs/rollup-plugin-svelte#usage