From f0f6130272217d38db873142060973bea63113f0 Mon Sep 17 00:00:00 2001 From: orangemug Date: Thu, 25 Jan 2018 19:58:01 +0000 Subject: [PATCH] Fixed typo. --- config/webpack.loaders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],