Build settings

This commit is contained in:
Jaco Greeff 2016-12-12 18:29:45 +01:00
parent 1135674eaa
commit 9a26caf548
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
"ci:build:npm": "NODE_ENV=production webpack --config webpack/npm",
"start": "npm install && npm run build:lib && npm run build:dll && npm run start:app",
"start:app": "node webpack/dev.server",
"clean": "rm -rf ./build ./coverage",
"clean": "rm -rf ./.build ./.coverage ./.happypack ./.npmjs ./build",
"coveralls": "npm run testCoverage && coveralls < coverage/lcov.info",
"lint": "eslint --ignore-path .gitignore ./src/",
"lint:cached": "eslint --cache --ignore-path .gitignore ./src/",

View File

@ -60,7 +60,7 @@ app.use(webpackHotMiddleware(compiler, {
app.use(webpackDevMiddleware(compiler, {
noInfo: false,
quiet: true,
quiet: false,
progress: true,
publicPath: webpackConfig.output.publicPath,
stats: {