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.
1 parent facb092 commit 316cd04Copy full SHA for 316cd04
package.json
@@ -161,7 +161,7 @@
161
"less": "^2.7.2",
162
"less-loader": "^4.0.3",
163
"lighthouse": "^3.0.1",
164
- "lint-staged": "^6.0.0",
+ "lint-staged": "^7.2.0",
165
"node-sass": "^4.7.2",
166
"piping": "^1.0.0-rc.4",
167
"postcss": "^6.0.9",
webpack/dev.config.js
@@ -168,9 +168,8 @@ var webpackConfig = module.exports = {
168
169
helpers.createHappyPlugin('jsx', [
170
{
171
- loader: 'react-hot-loader/webpack'
172
- }, {
173
loader: 'babel-loader',
+ exclude: /node_modules(\/|\\)(?!(@feathersjs))/,
174
options: babelLoaderQuery
175
}, {
176
loader: 'eslint-loader',
0 commit comments