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配置项:
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配置项: