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

This commit is contained in:
Robin 2022-12-02 13:24:30 -05:00 committed by GitHub
parent 6d724cb4cb
commit eb6d617175
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -153,7 +153,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-standard": "^29.0.0",
"stylelint-scss": "^4.2.0",