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",
|
||||
"description": "decentralized discussion board",
|
||||
"scripts": {
|
||||
"serve": "webpack-dev-server --progress --no-info",
|
||||
"serve": "webpack-dev-server --progress --hot --devtool eval-source --no-info",
|
||||
"build": "webpack --progress"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -88,6 +88,7 @@ config.devServer = {
|
||||
watch: true,
|
||||
progress: true,
|
||||
debug: true,
|
||||
hot: true,
|
||||
devtool: 'eval-source',
|
||||
port: 9090,
|
||||
noInfo: true,
|
||||
|
Loading…
Reference in New Issue
Block a user