Try solve no map changes problem

This commit is contained in:
lukasmartinelli
2016-09-10 00:43:41 +02:00
parent b6dff4aa58
commit c84318e6fe
5 changed files with 52 additions and 22 deletions
+2
View File
@@ -60,6 +60,8 @@ module.exports = {
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']
},