Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Last active August 10, 2017 23:57
Show Gist options
  • Save treyhuffine/31b3b77ccfc69fe2ec9b16dfabb14026 to your computer and use it in GitHub Desktop.
Save treyhuffine/31b3b77ccfc69fe2ec9b16dfabb14026 to your computer and use it in GitHub Desktop.
plugins: [
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify('production')
}
}),
new webpack.optimize.UglifyJsPlugin()
'transform-react-constant-elements',
'transform-react-inline-elements',
...otherPlugins
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment