vue-echarts-v3的官方配置
include: [resolve('node_modules/_vue-echarts-v3@1.0.19@vue-echarts-v3/src')]
加上这一句,我的代码立刻出现path:path.resolve('./vonders'),resolve is not defined
不加这一句 Unexpected token: punc ()) [static/js/1_cc7602.js:36000,18]
分析出es6解析失败,已经引入es2015,以前打包一直没问题,在网上查找了很久,是什么原因出现这种情况。