Skip to content

Instantly share code, notes, and snippets.

@teimurjan
Created May 21, 2018 06:18
Show Gist options
  • Save teimurjan/5d8260f8ecb2b3d7b9c176870d998f13 to your computer and use it in GitHub Desktop.
Save teimurjan/5d8260f8ecb2b3d7b9c176870d998f13 to your computer and use it in GitHub Desktop.
blog-react-applications-optimization
loader: ExtractTextPlugin.extract({
use: [
{
loader: require.resolve("css-loader"),
options: {
minimize: true
}
}
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment