Fixed typo.

This commit is contained in:
orangemug 2018-01-25 19:58:01 +00:00
parent 0ebb299fd0
commit f0f6130272

View file

@ -8,7 +8,7 @@ module.exports = [
// We have to include this for access to `normalizeSourceURL`. We should
// remove this ASAP, see <https://github.com/mapbox/mapbox-gl-js/issues/2416>
{
test: /.*node_modules[\/\\]mapbox-gl[\/\\]src[\///]util[\/\\].*\.js/,
test: /.*node_modules[\/\\]mapbox-gl[\/\\]src[\/\\]util[\/\\].*\.js/,
loader: 'babel-loader',
query: {
presets: ['env', 'react', 'flow'],