Downgrade to style-loader 2 to regain Webpack 4 compatibility (#24150)

This commit is contained in:
Robin
2023-01-03 19:14:50 -07:00
committed by GitHub
parent 50b17aa357
commit 63cb001c1d
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -155,7 +155,7 @@
"semver": "^7.3.7",
"simple-proxy-agent": "^1.1.0",
"string-replace-loader": "3",
"style-loader": "3",
"style-loader": "2",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",