Skip to content

Instantly share code, notes, and snippets.

@marekpiechut
Created October 31, 2017 10:30
Show Gist options
  • Save marekpiechut/13faa4d3ded9f3a8c43302610a883052 to your computer and use it in GitHub Desktop.
Save marekpiechut/13faa4d3ded9f3a8c43302610a883052 to your computer and use it in GitHub Desktop.
new webpack.DefinePlugin({
'process.env': {
'NODE_ENV': JSON.stringify('production')
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment