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