Lee Hickey
Lee Hickey
Relating to this, does anyone have a clue how to solve the vscode errors/warnings? I assume it's an issue with the svelte vscode plugin or the language server and have...
Quick follow-up. You can fix all the warnings by following the steps in this issue: https://github.com/UnwrittenFun/svelte-vscode/issues/47
Set your ```extract``` parameter to a filename relative to the rollup.config.js file and it should export a single file. E.g. ``` postcss({ extract: 'dist/pkg.css', sourceMap: true, plugins: [mqpacker()] }), ```