File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 5.2.0
4
4
5
- * Add support for Webpack CLI ^6.0 by @Kocal in https://github.com/symfony/webpack-encore/pull/1367
6
- * Add support for babel-loader ^10.0
5
+ * Add support for Webpack CLI ^6.0.0
6
+
7
+ * Add support for babel-loader ^10.0.0
8
+
9
+ * Add support for style-loader ^4.0.0
10
+
11
+ If you manually specified the option ` insert ` , now it can only be a selector or the path to the module.
12
+ Follow the [ style-loader migration guide] ( https://github.com/webpack-contrib/style-loader/releases/tag/v4.0.0 ) to upgrade!
7
13
8
14
## 5.1.0
9
15
Original file line number Diff line number Diff line change 37
37
"pretty-error" : " ^4.0.0" ,
38
38
"resolve-url-loader" : " ^5.0.0" ,
39
39
"semver" : " ^7.3.2" ,
40
- "style-loader" : " ^3.3.0" ,
40
+ "style-loader" : " ^3.3.0 || ^4.0.0 " ,
41
41
"tapable" : " ^2.2.1" ,
42
42
"terser-webpack-plugin" : " ^5.3.0" ,
43
43
"tmp" : " ^0.2.1" ,
Original file line number Diff line number Diff line change @@ -7305,10 +7305,10 @@ strip-json-comments@^3.1.1:
7305
7305
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
7306
7306
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
7307
7307
7308
- style-loader@^3.3.0 :
7309
- version "3.3.4 "
7310
- resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.4 .tgz#f30f786c36db03a45cbd55b6a70d930c479090e7 "
7311
- integrity sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w ==
7308
+ " style-loader@^3.3.0 || ^4.0.0 " :
7309
+ version "4.0.0 "
7310
+ resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-4.0.0 .tgz#0ea96e468f43c69600011e0589cb05c44f3b17a5 "
7311
+ integrity sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA ==
7312
7312
7313
7313
stylehacks@^7.0.4 :
7314
7314
version "7.0.4"
You can’t perform that action at this time.
0 commit comments