1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00

improvements to build

This commit is contained in:
Enrico Fasoli 2015-12-15 17:12:53 +01:00
parent 20518b0d93
commit 6685340b42
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"description": "decentralized discussion board", "description": "decentralized discussion board",
"scripts": { "scripts": {
"serve": "webpack-dev-server --progress --no-info", "serve": "webpack-dev-server --progress --hot --devtool eval-source --no-info",
"build": "webpack --progress" "build": "webpack --progress"
}, },
"repository": { "repository": {

View File

@ -88,6 +88,7 @@ config.devServer = {
watch: true, watch: true,
progress: true, progress: true,
debug: true, debug: true,
hot: true,
devtool: 'eval-source', devtool: 'eval-source',
port: 9090, port: 9090,
noInfo: true, noInfo: true,