Fix mapbox-gl maps

This commit is contained in:
Jonny Barnes 2017-05-24 14:45:08 +01:00
parent 24e7b2fec4
commit c339f7d275
4 changed files with 20 additions and 19 deletions

1
webpack.config.js vendored
View file

@ -15,6 +15,7 @@ const config = {
},
devtool: 'source-map',
module: {
noParse: [/(mapbox-gl)\.js$/],
loaders: [
{
test: /\.js$/,