mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 09:35:25 +01:00
Fixed typo.
This commit is contained in:
parent
0ebb299fd0
commit
f0f6130272
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||||
|
|
Loading…
Reference in a new issue