@tarojs/runtime 4.0.9-alpha.3 → 4.0.9-alpha.6
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.
- package/dist/index.cjs.js +0 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/runtime.esm.js +0 -4
- package/dist/runtime.esm.js.map +1 -1
- package/dist/utils/index.js +0 -4
- package/dist/utils/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -1194,10 +1194,6 @@ let componentsAlias$1;
|
|
|
1194
1194
|
function getComponentsAlias() {
|
|
1195
1195
|
if (!componentsAlias$1) {
|
|
1196
1196
|
componentsAlias$1 = shared.getComponentsAlias(shared.internalComponents);
|
|
1197
|
-
if (process.env.JD_RENDER_TYPE === 'transform') {
|
|
1198
|
-
// 京东小程序transform模式, 把mapping传入基础库
|
|
1199
|
-
jd && jd.setMapping && jd.setMapping(componentsAlias$1);
|
|
1200
|
-
}
|
|
1201
1197
|
}
|
|
1202
1198
|
return componentsAlias$1;
|
|
1203
1199
|
}
|