@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/runtime.esm.js
CHANGED
|
@@ -1193,10 +1193,6 @@ let componentsAlias$1;
|
|
|
1193
1193
|
function getComponentsAlias() {
|
|
1194
1194
|
if (!componentsAlias$1) {
|
|
1195
1195
|
componentsAlias$1 = getComponentsAlias$1(internalComponents);
|
|
1196
|
-
if (process.env.JD_RENDER_TYPE === 'transform') {
|
|
1197
|
-
// 京东小程序transform模式, 把mapping传入基础库
|
|
1198
|
-
jd && jd.setMapping && jd.setMapping(componentsAlias$1);
|
|
1199
|
-
}
|
|
1200
1196
|
}
|
|
1201
1197
|
return componentsAlias$1;
|
|
1202
1198
|
}
|