Fix bugs with Webpack in Dockerfile

This commit is contained in:
Ian Minoso 2016-10-26 13:59:41 -04:00
parent f306177f01
commit 8eb97465b0
3 changed files with 12 additions and 11 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"version": "1.0.0",
"scripts": {
"build": "./node_modules/.bin/webpack",
"build": "./node_modules/.bin/webpack --progress -p -v",
"watch": "./node_modules/.bin/webpack --watch"
},
"repository": {
@ -20,13 +20,13 @@
"css-loader": "0.25.0",
"ngreact": "0.3.0",
"react": "15.3.2",
"react-dom": "^15.3.2",
"react-dom": "15.3.2",
"style-loader": "0.13.1",
"typescript": "2.0.3"
},
"devDependencies": {
"source-map-loader": "0.1.5",
"ts-loader": "0.8.2",
"ts-loader": "0.9.5",
"typings": "1.4.0",
"webpack": "1.13.2"
}