Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
replace node-sass for sass in webpack app
Browse files Browse the repository at this point in the history
  • Loading branch information
odoe committed Apr 22, 2021
1 parent 9c00a79 commit f9ac7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webpack/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"mini-css-extract-plugin": "^1.3.4",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"terser-webpack-plugin": "^5.1.1",
"ts-jest": "^26.4.4",
Expand Down

0 comments on commit f9ac7a0

Please sign in to comment.