sveltejs/svelte-loader

options.css as a boolean is deprecated. Use 'injected' instead of true.

benperiton opened this issue · 1 comments

After upgrading svelte to 3.53.0 I get a load of warnings about options.css

Looks like this hasn't been updated to match the 'injected' instead of true?

css: !options.emitCss,

3.53.1 no longer shows this warning, I'm therefore closing this.