Skip to content

Commit

Permalink
Use css-loader 1.0.0 in webpack
Browse files Browse the repository at this point in the history
Avoid error:

Module build failed: BrowserslistError: Unknown browser query `dead`

Ref: browserslist/browserslist#266 (comment)
  • Loading branch information
wesleybl committed Feb 1, 2022
1 parent e691df7 commit 5d2b7c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"repository": {},
"license": "GPL-2.0",
"dependencies": {
"sc-recipe-staticresources": "simplesconsultoria/sc.recipe.staticresources#1.1b5"
"sc-recipe-staticresources": "simplesconsultoria/sc.recipe.staticresources#1.1b5",
"css-loader": "^1.0.0"
}
}

0 comments on commit 5d2b7c6

Please sign in to comment.