All notable changes to rollup-plugin-scss
will be documented in this file.
- Add insert option @syJSdev
- Add
sourceMap
option to enable generation of source map @astappiev - Add Yarn PnP support` @eagerestwolf
- Refactor to Typescript
- Automated testing using Github Actions
- Prefer sass over node-sass
- A
processor
can receive map as second parameter and return{ css: string, map?: string }
- Remove
node-sass
from optionalDependencies @astappiev
You have to specifynode-sass
orsass
in your project dependencies alongsiderollup-plugin-scss
- Move node-sass to optionalDependencies @weizhenye
- Resolve processor as a promise during transform step @geotrev
- Add support for postcss processor
- Fix includePaths before processing @mach25
- Add
sass
option @riri
2.2.0 - 2020-04-11
- Add
watch
option @JimSchofield
2.1.0 - 2019-12-22
- Add
prefix
option @jackprosser
2.0.0 - 2019-12-22
- Add
node_modules/
in includePaths by default - Fix cases where output
css
is null or undefined - Update dependencies
1.0.0 - 2019-02-04
- Update
ongenerate
togenerateBundle