WIP: Implementing locking for capacity, students view
... | ... | @@ -8,7 +8,7 @@ |
}, | ||
"scripts": { | ||
"start": "webpack-dashboard -- webpack --progress --colors --watch --display-error-details --display-cached", | ||
"build": "webpack --progress --colors --watch --display-error-details --display-cached", | ||
"build": "webpack --config webpack.prod.js --progress --colors --watch --display-error-details --display-cached", | ||
"typings": "rimraf typings/ && typings install" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -22,6 +22,7 @@ |
"babel-preset-env": "^1.1.4", | ||
"babel-preset-es2015": "^6.18.0", | ||
"babel-preset-stage-1": "^6.16.0", | ||
"babili-webpack-plugin": "^0.1.1", | ||
"bootstrap-loader": "^2.0.0-beta.20", | ||
"css-loader": "^0.25.0", | ||
"node-sass": "^4.5.0", | ||
... | ... | @@ -36,6 +37,7 @@ |
"url-loader": "^0.5.7", | ||
"webpack": "^1.14.0", | ||
"webpack-cleanup-plugin": "^0.5.1", | ||
"webpack-closure-compiler": "^2.1.4", | ||
"webpack-dashboard": "^0.2.0", | ||
"webpack-dev-server": "^1.16.2" | ||
}, | ||
... | ... |
webpack.prod.js
0 → 100644
Please register or sign in to comment