Skip to content

Commit

Permalink
Update sass-loader (#9)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fredlawl authored Nov 10, 2020
1 parent 5a4d4ed commit 8a826b7
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 20 deletions.
95 changes: 76 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.24.4",
"sass-loader": "^8.0.0",
"sass-loader": "^7.1.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
}
Expand Down

0 comments on commit 8a826b7

Please sign in to comment.