[前端开发] vuepress2 引入 echarts 组件,打包报错了,求求解决方案
vuepress 的引入 echarts 代码如下:
import * as echarts from ‘echarts/core’
在构建文档时,报错:
/node_modules/echarts/core.js:20
export * from ‘./lib/export/core.js’;
^^^^^^
SyntaxError: Unexpected token ‘export’
版本:
vuepress:2.0.0-beta.46
echarts:5.3.3