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 c24a091 commit c9af729Copy full SHA for c9af729
lib/getRequireModule/index.js
@@ -56,9 +56,6 @@ module.exports = function () {
56
if (!isProduction && this.sourceMap && options.cssSourceMap !== false) {
57
cssLoaderOptions += '?sourceMap'
58
}
59
- if (isProduction) {
60
- cssLoaderOptions += (cssLoaderOptions ? '&' : '?') + 'minimize'
61
- }
62
63
var bubleOptions = hasBuble && options.buble
64
? '?' + JSON.stringify(options.buble)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-vue-loader",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Vue single-file component loader for Webpack",
5
"main": "index.js",
6
"repository": {
0 commit comments