module.exports = { publicPath: './', configureWebpack: config=> { config.externals = { BMap: "BMap" } }, }