8 Star 57 Fork 21

upholdjx / vue-datav-chart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
upholdjx 提交于 2020-10-19 01:00 . add 下钻地图echarts 和高德地图
const publicPath = process.env.NODE_ENV === "development" ? "/" : "./."
module.exports = {
publicPath,
lintOnSave: true,
outputDir: "dist",
assetsDir: "static",
productionSourceMap: false,
chainWebpack: (config) => {
config.plugins.delete("prefetch").delete("preload")
},
configureWebpack: {
externals: {
AMap: "AMap"
}
}
}
JavaScript
1
https://gitee.com/upholdjx/vue-datav-chart.git
git@gitee.com:upholdjx/vue-datav-chart.git
upholdjx
vue-datav-chart
vue-datav-chart
master

搜索帮助