mirror of
https://github.com/maputnik/editor.git
synced 2026-04-23 01:40:01 +00:00
chore: fix mapbox references in stories, webpack config
This commit is contained in:
@@ -25,9 +25,7 @@ module.exports = {
|
||||
extensions: ['.js', '.jsx']
|
||||
},
|
||||
module: {
|
||||
noParse: [
|
||||
/mapbox-gl\/dist\/mapbox-gl.js/
|
||||
],
|
||||
noParse: [],
|
||||
rules: rules
|
||||
},
|
||||
node: {
|
||||
|
||||
@@ -23,9 +23,7 @@ module.exports = {
|
||||
extensions: ['.js', '.jsx']
|
||||
},
|
||||
module: {
|
||||
noParse: [
|
||||
/mapbox-gl\/dist\/mapbox-gl.js/
|
||||
],
|
||||
noParse: [],
|
||||
rules: rules
|
||||
},
|
||||
node: {
|
||||
|
||||
Reference in New Issue
Block a user