Skip to content

Commit

Permalink
Update sass-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
byronantak committed Oct 22, 2024
1 parent 1dabd32 commit 9b7b273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"loader-utils": "^1.4.2",
"minimist": "^0.2.1",
"node-sass": "^4.13.1",
"sass-loader": "^7.3.1",
"sass-loader": "^10.2.0",
"style-loader": "^0.18.2",
"uglify-js": "^2.8.29",
"url-loader": "^0.6.2",
Expand Down
4 changes: 3 additions & 1 deletion webapp/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ module.exports = function (env) {
}, {
loader: "sass-loader",
options: {
precision: 8,
sassOptions: {
precision: 8
},
sourceMap: true
}
}]
Expand Down

0 comments on commit 9b7b273

Please sign in to comment.