vue-mapbox
Version:
> Combine powers of [Vue.js](https://vuejs.org/) and [Mapbox Gl JS](https://mapbox.com/mapbox-gl-js)
26 lines (25 loc) • 533 B
JavaScript
module.exports = {
productionSourceMap: false,
configureWebpack: {
externals: {
"mapbox-gl": {
commonjs: "mapbox-gl",
commonjs2: "mapbox-gl",
amd: "mapbox-gl",
root: "mapbox-gl"
},
vue: {
commonjs: "vue",
commonjs2: "vue",
amd: "vue",
root: "vue"
},
"map-promisified": {
commonjs: "map-promisified",
commonjs2: "map-promisified",
amd: "map-promisified",
root: "map-promisified"
}
}
}
};