Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
roachjc committed Oct 11, 2017
1 parent b9a65c2 commit c31b39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ package-lock.json
.DS_Store
monitor
build/app.js
build/vendor.js
build/vendor.js
plugin/npm-module/build/app.js
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = (env) => {
filename: 'app.js',
},
plugins: [
new webpack.DefinePlugin({ 'process.env.NODE_ENV': JSON.stringify('data') }),
new webpack.DefinePlugin({ 'process.env.NODE_ENV': JSON.stringify('production') }),
new WebpackMonitor({ launch: true, capture: false }),
],
},
Expand Down

0 comments on commit c31b39f

Please sign in to comment.