babel plugin ember modules api polyfill:用于Ember JS API的Polyfill 源码
babel-plugin-ember-modules-api-polyfill 此插件将导入语句转换回旧的“全局”余烬对象语法 例 import { inject } from "@ember/service" 回到传统 const inject = Ember . inject . service 安装 npm install --save babel-plugin-ember-modules-api-polyfill 为什么 该插件提供了一个API polyfill,以允许ember附加组件作者采用新的同时仍保持与不支持新模块API的旧版本Ember的向后兼容性。 Babel插件的
用户评论