Skip to content

Commit 8a826b7

Browse files
authored
Update sass-loader (#9)
Sass loader on npm install automatically updates to latest version, and there's a known issue at [1]. Fix this by downgrading sass-loader. Links: 1. vuejs/vue-cli#4513
1 parent 5a4d4ed commit 8a826b7

File tree

2 files changed

+77
-20
lines changed

2 files changed

+77
-20
lines changed

package-lock.json

+76-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"popper.js": "^1.12",
2020
"resolve-url-loader": "^2.3.1",
2121
"sass": "^1.24.4",
22-
"sass-loader": "^8.0.0",
22+
"sass-loader": "^7.1.0",
2323
"vue": "^2.6.11",
2424
"vue-template-compiler": "^2.6.11"
2525
}

0 commit comments

Comments
 (0)