Releases: danhuang1202/rollup-plugin-styles
Releases · danhuang1202/rollup-plugin-styles
v5.0.1
v5.0.0
5.0.0 (2023-06-03)
Bug Fixes
- csp: set nonce to style tag from webpack_nonce in run time (16110e7)
- function name typo (d7574fb)
- prioritize
sass
overnode-sass
(e9a93ef) - treeshakable: use es5 syntax for treeshakable object (#177) (a084834)
Features
- resolve:
exports
fields support (thanks @kherock) (eb22803) - respect for
.cjs
files and move towardsexports
fields (cc391bb) - sass:
exports
conditions (#197) (2d390de)
BREAKING CHANGES
- resolve: resolver now prioritizes
exports
fields before any others, includingstyle
insideexports
over independentstyle
field sass
is now the default Sass implementation due tonode-sass
deprecation