diff --git a/config/webpack.loaders.js b/config/webpack.loaders.js index f4004e9..fa6c4cc 100644 --- a/config/webpack.loaders.js +++ b/config/webpack.loaders.js @@ -8,7 +8,7 @@ module.exports = [ // We have to include this for access to `normalizeSourceURL`. We should // remove this ASAP, see { - test: /.*node_modules[\/\\]mapbox-gl[\/\\]src[\///]util[\/\\].*\.js/, + test: /.*node_modules[\/\\]mapbox-gl[\/\\]src[\/\\]util[\/\\].*\.js/, loader: 'babel-loader', query: { presets: ['env', 'react', 'flow'],