@dcloudio/uni-cli-shared
Advanced tools
Comparing version 0.2.942 to 0.2.943
@@ -47,2 +47,3 @@ const tags = require('./tags') | ||
getPlatformCssVars, | ||
getPlatformCssnano, | ||
jsPreprocessOptions, | ||
@@ -83,2 +84,3 @@ cssPreprocessOptions, | ||
getPlatformCssVars, | ||
getPlatformCssnano, | ||
getPlatformCompiler, | ||
@@ -85,0 +87,0 @@ parsePagesJson, |
@@ -197,2 +197,13 @@ const fs = require('fs') | ||
}, | ||
getPlatformCssnano () { | ||
return { | ||
calc: false, | ||
orderedValues: false, | ||
mergeLonghand: false, | ||
mergeRules: false, | ||
cssDeclarationSorter: false, | ||
discardComments: false, | ||
discardDuplicates: false // 条件编译会导致重复 | ||
} | ||
}, | ||
getPlatformScss () { | ||
@@ -199,0 +210,0 @@ return ` |
{ | ||
"name": "@dcloudio/uni-cli-shared", | ||
"version": "0.2.942", | ||
"version": "0.2.943", | ||
"description": "uni-cli-shared", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37245
891