Webpack plugin to detect case mismatch in requires (#266)
Showing
+4 -1
... | @@ -40,6 +40,7 @@ | ... | @@ -40,6 +40,7 @@ |
"babel-preset-es2016": "6.11.3", | "babel-preset-es2016": "6.11.3", | ||
"babel-preset-react": "6.11.1", | "babel-preset-react": "6.11.1", | ||
"babel-runtime": "6.11.6", | "babel-runtime": "6.11.6", | ||
"case-sensitive-paths-webpack-plugin": "1.1.2", | |||
"chalk": "1.1.3", | "chalk": "1.1.3", | ||
"cross-spawn": "4.0.0", | "cross-spawn": "4.0.0", | ||
"css-loader": "0.23.1", | "css-loader": "0.23.1", | ||
... | ... |
Please register or sign in to comment