1 Star 2 Fork 0

VTJ.PRO / MapGL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
踩着两条虫 提交于 2021-01-21 14:22 . 支持打包编译
const path = require('path')
module.exports = {
pages: {
index: 'web/main.js'
},
productionSourceMap: false,
configureWebpack: {
externals: {
BMapGL: 'BMapGL'
}
},
chainWebpack(chain) {
chain.devServer.contentBase([
path.resolve('public'),
path.resolve('src/offline')
])
}
}
JavaScript
1
https://gitee.com/newgateway/vue-bmap-gl.git
git@gitee.com:newgateway/vue-bmap-gl.git
newgateway
vue-bmap-gl
MapGL
master

搜索帮助