作者:伤心脑残猪_940 | 来源:互联网 | 2023-10-15 15:44
Bumps css-loader from 3.0.0 to 3.6.0.
Release notes
Sourced from css-loader's releases.
v3.6.0
3.6.0 (2020-06-13)
Features
v3.5.3
3.5.3 (2020-04-24)
Bug Fixes
- add file from an error to file dependencies (841423f)
- avoid query string in source maps (#1082) (f64de13)
v3.5.2
3.5.2 (2020-04-10)
Bug Fixes
- schema for the
option (#1075) (8c9ffe7)
v3.5.1
3.5.1 (2020-04-07)
Bug Fixes
- don't generate an invalid code for
(#1072) (866b84a)
v3.5.0
3.5.0 (2020-04-06)
Features
- accept semver compatible postcss AST (#1049) (14c4faa)
- allow to determinate css modules using the
option, please look at an example of how you can simplify the configuration. (#1067) (c673cf4)
- the
option for export global classes and ids (#1069) (519e5f4)
- the
option may be a function (#1065) (0d8ac3b)
v3.4.2
3.4.2 (2020-01-10)
Bug Fixes
Changelog
Sourced from css-loader's changelog.
3.6.0 (2020-06-13)
Features
3.5.3 (2020-04-24)
Bug Fixes
- add file from an error to file dependencies (841423f)
- avoid query string in source maps (#1082) (f64de13)
3.5.2 (2020-04-10)
Bug Fixes
- schema for the
option (#1075) (8c9ffe7)
3.5.1 (2020-04-07)
Bug Fixes
- don't generate an invalid code for
(#1072) (866b84a)
3.5.0 (2020-04-06)
Features
- accept semver compatible postcss AST (#1049) (14c4faa)
- allow to determinate css modules using the
option, please look at an example of how you can simplify the configuration. (#1067) (c673cf4)
- the
option for export global classes and ids (#1069) (519e5f4)
- the
option may be a function (#1065) (0d8ac3b)
3.4.2 (2020-01-10)
Bug Fixes
- do not duplicate css on
(#1040) (df79602)
3.4.1 (2020-01-03)
Bug Fixes
Commits
chore(release): 3.6.0
chore(deps): update (#1093)
feat: allow modules.auto to be a filter function (#1086)
chore: don't test webpack 5 on node 8 (#1089)
chore(release): 3.5.3
fix: avoid query string in source maps (#1082)
fix: add file from an error to file dependencies
ci: node (#1081)
ci: migrate on github actions (#1077)
chore(release): 3.5.2
- Additional commits viewable in compare view