@dcloudio/uni-cli-shared 3.0.0-alpha-4000220240306001 → 3.0.0-alpha-4000320240308002
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1122,7 +1122,9 @@ function rewriteScssReadFileSync() {
|
|
|
1122
1122
|
if ((0, shared_1.isString)(filepath) &&
|
|
1123
1123
|
(0, shared_1.isString)(content) &&
|
|
1124
1124
|
preCssExtNames.includes(path_1.default.extname(filepath)) &&
|
|
1125
|
-
content.includes('#endif')
|
|
1125
|
+
content.includes('#endif') &&
|
|
1126
|
+
// 目前无法区分app-nvue
|
|
1127
|
+
!content.includes('APP-NVUE')) {
|
|
1126
1128
|
return (0, preprocess_1.preCss)(content);
|
|
1127
1129
|
}
|
|
1128
1130
|
return content;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcloudio/uni-cli-shared",
|
|
3
|
-
"version": "3.0.0-alpha-
|
|
3
|
+
"version": "3.0.0-alpha-4000320240308002",
|
|
4
4
|
"description": "@dcloudio/uni-cli-shared",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@babel/core": "^7.21.3",
|
|
27
27
|
"@babel/parser": "^7.23.5",
|
|
28
28
|
"@babel/types": "^7.20.7",
|
|
29
|
-
"@dcloudio/uni-i18n": "3.0.0-alpha-
|
|
30
|
-
"@dcloudio/uni-shared": "3.0.0-alpha-
|
|
29
|
+
"@dcloudio/uni-i18n": "3.0.0-alpha-4000320240308002",
|
|
30
|
+
"@dcloudio/uni-shared": "3.0.0-alpha-4000320240308002",
|
|
31
31
|
"@intlify/core-base": "9.1.9",
|
|
32
32
|
"@intlify/shared": "9.1.9",
|
|
33
33
|
"@intlify/vue-devtools": "9.1.9",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@dcloudio/uni-uts-v1": "3.0.0-alpha-
|
|
70
|
+
"@dcloudio/uni-uts-v1": "3.0.0-alpha-4000320240308002",
|
|
71
71
|
"@types/babel__code-frame": "^7.0.6",
|
|
72
72
|
"@types/babel__core": "^7.1.19",
|
|
73
73
|
"@types/debug": "^4.1.7",
|