We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
webpack >= v4.0.0
peerDependencies
1 parent a38344d commit 620bdd4Copy full SHA for 620bdd4
package.json
@@ -54,20 +54,15 @@
54
},
55
"peerDependencies": {
56
"node-sass": "^4.0.0",
57
- "webpack": "^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0"
+ "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
58
59
"keywords": [
60
"sass",
61
"libsass",
62
"webpack",
63
"loader"
64
],
65
- "repository": {
66
- "type": "git",
67
- "url": "git://github.com/webpack-contrib/sass-loader.git"
68
- },
69
- "bugs": {
70
- "url": "https://github.com/webpack-contrib/sass-loader/issues"
71
+ "repository": "https://github.com/webpack-contrib/sass-loader.git",
+ "bugs": "https://github.com/webpack-contrib/sass-loader/issues",
72
"homepage": "https://github.com/webpack-contrib/sass-loader"
73
}
0 commit comments