Skip to content

Commit

Permalink
Remove webpack --env option
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Jan 2, 2019
1 parent e55928e commit 3965ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"submit-coverage": "coveralls < coverage/lcov.info",
"build": "yarn run compile && yarn run bundle",
"compile": "babel --delete-dir-on-start src --out-dir lib",
"bundle": "webpack -p --progress --env.NODE_ENV=production",
"bundle": "webpack -p --progress",
"bundle-server": "webpack-dev-server --progress",
"heroku-postbuild": "yarn run build",
"start": "nodemon --ignore lib --ignore dist --exec babel-node ."
Expand Down

0 comments on commit 3965ffe

Please sign in to comment.