Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix webpack version to the one works before and configure it to fail …
Browse files Browse the repository at this point in the history
…the build if something wrong with it
  • Loading branch information
Patrick Huang committed Jun 15, 2015
1 parent 34954ff commit 3340168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/main/web/user-profile-page/package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "jest",
"js": "webpack",
"build": "NODE_ENV=production webpack -p --config webpack.prod.config.js",
"build": "NODE_ENV=production webpack -p --config webpack.prod.config.js --bail --display-error-details",
"start": "node server.js"
},
"author": "Patrick Huang <pahuang@redhat.com>",
Expand All @@ -16,7 +16,7 @@
"babel-loader": "^4.0.0",
"jsx-loader": "^0.12.2",
"react-hot-loader": "^1.1.1",
"webpack": "^1.5.3",
"webpack": "1.9.10",
"webpack-dev-server": "^1.7.0",
"jest-cli": "~0.4.0",
"react-tools": "~0.13.0"
Expand Down
Expand Up @@ -12,7 +12,7 @@ process.argv.forEach(function(arg) {
module.exports = {
context: __dirname,
entry: [
'./index.js',
'./index.js'
],
output: {
path: bundleDest,
Expand Down

0 comments on commit 3340168

Please sign in to comment.