Closed HarryPoint closed 6 years ago
webpack
config add:
{
test: /\.js$/,
loader: 'babel-loader',
include: [resolve('src'), resolve('test'), resolve('node_modules/vue-echarts-v3/src')]
}
加上了还是打包不了
import IEcharts from 'vue-echarts-v3'
还是通用这种方式引用打包完成的文件比较合理(现目前可用,但是不支持按需加载)。 既然写成npm 包 ,建议提供对应的编译后的文件(dist目录下),这样使用的时候不用改变开发者的开发配置。
@zain-dio 刚刚路径后面漏了加 src
。
@xlsdg 1
我的也会出现这样的问题,配置也都是复制粘贴,还是一直报错
cted token: punc ()) [./node_modules/_vue-echarts-v3@1.0.15@vue-echarts-v3/src/wrapper.js:44,0][static/js/vendor.e00149c8807bee91a302.js:32888,18]
Build failed with errors.
目前按需加载 build 时会报错 ,配置文件 { test: /.js$/, loader: 'babel-loader', include: [resolve('src'), resolve('test'), resolve('node_modules/vue-echarts-v3/src')] },
ERROR in static/js/xxxxxxx.js from UglifyJs Unexpected token: punc()' vue-echarts-v3/src/wrapper.js:44,0