提交 9c3dc4ba 编写于 作者: A afc163

update webpack dev config

上级 93ad7f49
......@@ -31,7 +31,8 @@ exports.writers = [
exports.middlewares = [{
name: 'webpack',
filter: /index\.js/,
handle: webpackMiddleware(webpack(require('./webpack.config')), {
handle: function(req, res, next) {
return webpackMiddleware(webpack(require('./webpack.config')), {
// all options optional
noInfo: false,
......@@ -51,6 +52,7 @@ exports.middlewares = [{
colors: true
}
// options for formating the statistics
})
})(req, res, next);
}
}];
// end settings }}
......@@ -27,7 +27,7 @@
"webpack-dev-middleware": "~1.0.11"
},
"scripts": {
"build": "npm run clean && nico build",
"build": "npm run clean && webpack && nico build",
"start": "npm run clean && nico server --watch",
"clean": "rm -rf _site",
"deploy": "npm run build && gh-pages -d _site -b master"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册