项目中写法 echarts3.8版本
import echarts from 'echarts/lib/echarts';
import 'echarts/lib/chart/bar';
import 'echarts/lib/component/tooltip';
externals:{
echarts : 'echarts ',//但是echarts 还是被打包进去了!!!
moment: 'moment' //moment这写法都没问题
}
<script src = cdn />
这种写法你要用正则来写。