Skip to content

Commit

Permalink
Webpack prod config add production BABEL_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Oct 12, 2015
1 parent 98e96b4 commit 8935288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack/prod.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import path from 'path';
import webpack from 'webpack';

process.env.BABEL_ENV = 'production';

export default {
entry: {
window: [ path.join(__dirname, '../chrome/app/window/index') ],
Expand Down

0 comments on commit 8935288

Please sign in to comment.