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.
2 parents dac40d5 + 2d04b77 commit 1a38b36Copy full SHA for 1a38b36
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