mirror of
https://github.com/maputnik/editor.git
synced 2026-08-27 15:37:27 +00:00
Fixed typo.
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = [
|
|||||||
// We have to include this for access to `normalizeSourceURL`. We should
|
// We have to include this for access to `normalizeSourceURL`. We should
|
||||||
// remove this ASAP, see <https://github.com/mapbox/mapbox-gl-js/issues/2416>
|
// 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',
|
loader: 'babel-loader',
|
||||||
query: {
|
query: {
|
||||||
presets: ['env', 'react', 'flow'],
|
presets: ['env', 'react', 'flow'],
|
||||||
|
|||||||
Reference in New Issue
Block a user