Skip to content

Commit eb5d718

Browse files
committed
Downgraded sass-loader to fix a compatibility issue with 8.x. See issue vuejs/vue-cli#4513
1 parent eb6ee29 commit eb5d718

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/glimpse-ui/package-lock.json

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

packages/glimpse-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"jest-serializer-vue": "^2.0.2",
7171
"node-sass": "^4.14.1",
7272
"nyc": "^15.1.0",
73-
"sass-loader": "^8.0.2",
73+
"sass-loader": "^7.3.1",
7474
"sinon": "^7.5.0",
7575
"ts-jest": "^24.3.0",
7676
"vue": "latest",

0 commit comments

Comments
 (0)