bable配置项,引入项目外文件无效

163 阅读1分钟

1、项目结构

 component: vue组件库

 plugin: 公共脚本

2、问题描述:

component、plugin被引用后,babel未生效

3、解决方案:

     3.1、针对component、plugin先babel,再引用

     3.2、 对打包后文件再进行一轮babel处理

     3.3、 babel配置化处理

参考:

1、

stackoverflow.com/questions/5…

2、

bable配置项:

github.com/JohnApache/…

blog.liuyunzhuge.com/2019/09/09/…