webpack-dev-server
This commit is contained in:
parent
1fd94e7902
commit
894ba3d38f
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
"version": "0.10.0rc9",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "webpack-dev-server --devtool eval --progress --colors --inline"
|
||||
},
|
||||
"keywords": [
|
||||
"lbry"
|
||||
|
@ -52,6 +53,7 @@
|
|||
"json-loader": "^0.5.4",
|
||||
"node-sass": "^3.13.0",
|
||||
"webpack": "^1.13.3",
|
||||
"webpack-dev-server": "^2.4.4",
|
||||
"webpack-target-electron-renderer": "^0.4.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue