Directly wrap Mapbox GL

This commit is contained in:
lukasmartinelli
2016-09-08 21:42:18 +02:00
parent d0776032b6
commit 392a7aa832
5 changed files with 62 additions and 14 deletions

View File

@@ -58,6 +58,11 @@ module.exports = {
filename: 'bundle.js'
},
resolve: {
alias: {
'webworkify': 'webworkify-webpack',
// TODO: otherwise I get a max call stack error in browser?
'mapbox-gl': path.resolve('./node_modules/mapbox-gl/dist/mapbox-gl.js')
},
extensions: ['', '.js', '.jsx']
},
module: {