aboutsummaryrefslogtreecommitdiff
path: root/juick-www/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-04-10 19:19:37 +0300
committerGravatar Vitaly Takmazov2018-04-10 19:19:37 +0300
commit3a19c7229c07e4de07453d8a23775f6dee1a687f (patch)
tree7002eb494d49fd2ff19785f75b1654a966c027b4 /juick-www/webpack.config.js
parentb0b6f68f957e2a55f2aa4908beb6698b94a69d3e (diff)
www: hide header on scroll
Diffstat (limited to 'juick-www/webpack.config.js')
-rw-r--r--juick-www/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/webpack.config.js b/juick-www/webpack.config.js
index a56c1b74..25865b09 100644
--- a/juick-www/webpack.config.js
+++ b/juick-www/webpack.config.js
@@ -21,7 +21,7 @@ module.exports = {
},
module: {
rules: [
- { test: /\.jsx?$/, loader: 'eslint-loader', enforce: 'pre', exclude: /node_modules/, options: { failOnWarning: false, failOnError: true }},
+ { test: /\.jsx?$/, loader: 'eslint-loader', enforce: 'pre', exclude: /node_modules/, options: { failOnWarning: false, failOnError: true, fix: true }},
{ test: /\.js$/, loader: 'babel-loader', query: { presets: ['env'] }},
{ test: /\.css$/, loader: ExtractTextPlugin.extract({ fallback: "style-loader", use: "css-loader" }) },
{ test: /\.png$/, loader: "url-loader?limit=10000000000" },