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

上传:driver_67728 浏览: 22 推荐: 0 文件:ZIP 大小:80.9KB 上传时间:2021-02-01 22:15:56 版权申诉
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
上传资源
用户评论