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:
parent
20518b0d93
commit
6685340b42
@ -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": {
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user