1. 首页
  2. 数据库
  3. 其它
  4. babel plugin root import:添加通过根路径导入模块的机会 源码

babel plugin root import:添加通过根路径导入模块的机会 源码

上传者: 2021-02-01 22:15:56上传 ZIP文件 80.9KB 热度 25次
Babel插件增加了使用import和require的机会,并带有基于root的路径。 例 // Without this plugin... import SomeExample from '../../../some/example.js' ; const OtherExample = require ( '../../../other/example.js' ) ; import ( '../../../other/dynamic' ) . then ( ( mod ) => { // ... } ) ; // With babel-plugin-root-import you ca
下载地址
用户评论