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

@@ -51,8 +51,8 @@ module.exports = [
loader: 'json-loader'
},
{
test: /\.js$/,
include: '/node_modules/mapbox-gl-shaders/index.js',
loader: 'transform/cacheable?brfs'
test: /\.js$/,
include: /node_modules\/mapbox-gl\/js\/render\/shaders.js/,
loader: 'transform/cacheable?brfs'
}
];