Skip to content

Commit c9af729

Browse files
committed
fix: remove css minimize
1 parent c24a091 commit c9af729

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/getRequireModule/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ module.exports = function () {
5656
if (!isProduction && this.sourceMap && options.cssSourceMap !== false) {
5757
cssLoaderOptions += '?sourceMap'
5858
}
59-
if (isProduction) {
60-
cssLoaderOptions += (cssLoaderOptions ? '&' : '?') + 'minimize'
61-
}
6259

6360
var bubleOptions = hasBuble && options.buble
6461
? '?' + JSON.stringify(options.buble)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-vue-loader",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Vue single-file component loader for Webpack",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)