Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
Bumped style-loader to v1.0.0. Aligned the webpack config to the new …
Browse files Browse the repository at this point in the history
…loader API.
  • Loading branch information
oleq committed Aug 8, 2019
1 parent b6aaed3 commit 4309b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"lint-staged": "^7.0.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^1.0.0",
"style-loader": "^0.23.0",
"style-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.15.0",
"webpack-cli": "^3.0.8"
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = {
{
loader: 'style-loader',
options: {
singleton: true
injectType: 'singletonStyleTag'
}
},
{
Expand Down

0 comments on commit 4309b06

Please sign in to comment.