Upgrade to unstable MapboxGL JS

This commit is contained in:
Lukas Martinelli
2016-12-20 13:28:50 +01:00
parent fde60ac3e0
commit 7ca48add75
6 changed files with 12 additions and 44 deletions

View File

@@ -56,7 +56,7 @@ module.exports = {
module: {
loaders,
postLoaders: [{
include: /node_modules\/mapbox-gl-shaders/,
include: /node_modules\/mapbox-gl\/js\/render\/shaders.js/,
loader: 'transform',
query: 'brfs'
}]