We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673a6b6 commit 2d04b77Copy full SHA for 2d04b77
webpack.make.js
@@ -139,7 +139,7 @@ module.exports = function makeWebpackConfig (options) {
139
// Extract css files in production builds
140
//
141
// Reference: https://github.com/webpack/style-loader
142
- // Use style-loader in development for hot-loading
+ // Use style-loader in development.
143
loader: ExtractTextPlugin.extract('style', 'css?sourceMap!postcss')
144
};
145
0 commit comments