Created
May 21, 2018 06:18
-
-
Save teimurjan/5d8260f8ecb2b3d7b9c176870d998f13 to your computer and use it in GitHub Desktop.
blog-react-applications-optimization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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