@tarojs/runtime 4.0.9-alpha.2 → 4.0.9-alpha.3

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