Skip to content

Instantly share code, notes, and snippets.

@teimurjan
Created May 21, 2018 06:24
Show Gist options
  • Save teimurjan/d78ed25f31bfed57e799158192819cf5 to your computer and use it in GitHub Desktop.
Save teimurjan/d78ed25f31bfed57e799158192819cf5 to your computer and use it in GitHub Desktop.
blog-react-applications-optimization
const webpack = require("webpack");
module.exports = {
plugins: [
new webpack.optimize.UglifyJsPlugin({
/* settings */
})
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment