babel plugin root import:添加通过根路径导入模块的机会 源码
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
文件列表
babel-plugin-root-import-master.zip
(预估有个22文件)
babel-plugin-root-import-master
.gitignore
33B
.babelrc
38B
.eslintrc
7KB
package.json
2KB
.travis.yml
35B
LICENSE
1KB
index.js
79B
babel6
62B
.prettierrc.js
172B
暂无评论