@tarojs/helper
Advanced tools
Comparing version 4.0.2 to 4.0.3-alpah.2
@@ -638,4 +638,6 @@ "use strict"; | ||
customConfig: { | ||
define: options.defineConstants || {}, | ||
alias: options.alias || {}, | ||
define: (0, lodash_1.defaults)({}, options.defineConstants || {}, { | ||
define: 'define', // Note: 该场景下不支持 AMD 导出,这会导致 esbuild 替换 babel 的 define 方法 | ||
}), | ||
}, | ||
@@ -642,0 +644,0 @@ customSwcConfig: { |
{ | ||
"name": "@tarojs/helper", | ||
"version": "4.0.2", | ||
"version": "4.0.3-alpah.2", | ||
"description": "Taro Helper", | ||
@@ -56,3 +56,3 @@ "author": "O2Team", | ||
"@types/babel__traverse": "^7.20.5", | ||
"@tarojs/taro": "4.0.2" | ||
"@tarojs/taro": "4.0.3-alpah.2" | ||
}, | ||
@@ -59,0 +59,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
2718350
1750
1