Thanks to visit codestin.com Credit goes to github.com
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 d2cc15a commit d48f0b0Copy full SHA for d48f0b0
templates/app/webpack.make.js
@@ -211,7 +211,7 @@ module.exports = function makeWebpackConfig(options) {
211
//
212
// Reference: https://github.com/webpack/style-loader
213
// Use style-loader in development for hot-loading
214
- ? ExtractTextPlugin.extract('style', 'css?sourceMap!postcss')
+ ? ExtractTextPlugin.extract('style', 'css!postcss')
215
// Reference: https://github.com/webpack/null-loader
216
// Skip loading css in test mode
217
: 'null'
0 commit comments