Skip to content

Commit c3e279f

Browse files
authored
fix: support node-sass v5.0.0 (#899)
1 parent ce6b3b8 commit c3e279f

File tree

5 files changed

+148
-113
lines changed

5 files changed

+148
-113
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Example where the `sass-loader` loader uses the `node-sass` implementation:
148148
{
149149
"devDependencies": {
150150
"sass-loader": "^7.2.0",
151-
"node-sass": "^4.0.0"
151+
"node-sass": "^5.0.0"
152152
}
153153
}
154154
```

package-lock.json

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

0 commit comments

Comments
 (0)