The README is not up to date with newer versions of rollup
I have one global.scss file. The plugin creates a global.css file like I expect but it also creates a global file with no extension and just the use strict; javascript on the only line. If I just want to crunch scss —> css why am I getting a js file as well?
Here is the output of rollup:
bundles public/scss/global.scss → public/global...
(!) Generated an empty bundle
public/global.css 995 B
created public/global in 5ms
The README is not up to date with newer versions of rollup
I have one
global.scss
file. The plugin creates aglobal.css
file like I expect but it also creates aglobal
file with no extension and just theuse strict;
javascript on the only line. If I just want to crunch scss —> css why am I getting a js file as well?Here is the output of rollup:
Here is the rollup.config.js for this section:
This is not the only plugin in the rollup, I am using Svelte as well.