幕布斯4751287
2020-07-08 09:57
webpack.config.js
const path = require('path')
module.exports = {
entry: path.resolve(__dirname,'./src/index.js'),
output: {
path: path.resolve(__dirname,'./dist'),
filename: 'index-bundle.js'
}
}package.json
{
"name": "03_echarts_webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^4.43.0",
"wepack-cli": "^0.0.1-security"
},
"dependencies": {
"echarts": "^4.8.0"
}
}当运行 npm run build 报错

还没有人回答问题,可以看看其他问题
Echarts4.0数据可视化-2小时快速入门
2448 学习 · 14 问题
相似问题
回答 1
回答 1