Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.0.0](v4.0.0...v5.0.0) (2023-06-03) ### Bug Fixes * **csp:** set nonce to style tag from __webpack_nonce__ in run time ([4b4781c](4b4781c)) * function name typo ([d7574fb](d7574fb)) * prioritize `sass` over `node-sass` ([e9a93ef](e9a93ef)) * **treeshakable:** use es5 syntax for treeshakable object ([Anidetrix#177](https://github.com/danhuang1202/rollup-plugin-styles/issues/177)) ([a084834](a084834)) ### Features * **resolve:** `exports` fields support (thanks [@kherock](https://github.com/kherock)) ([eb22803](eb22803)) * respect for `.cjs` files and move towards `exports` fields ([cc391bb](cc391bb)) * **sass:** `exports` conditions ([Anidetrix#197](https://github.com/danhuang1202/rollup-plugin-styles/issues/197)) ([2d390de](2d390de)) ### BREAKING CHANGES * **resolve:** resolver now prioritizes `exports` fields before any others, including `style` inside `exports` over independent `style` field * `sass` is now the default Sass implementation due to `node-sass` deprecation
- Loading branch information