mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
Remove minify to make the code debuggable (#593)
This commit is contained in:
parent
aeed2db249
commit
0a19b48438
8
.babelrc
8
.babelrc
@ -10,10 +10,7 @@
|
||||
},
|
||||
"esm": {
|
||||
"presets": [
|
||||
["@babel/es2015", {modules: false}],
|
||||
[ "minify", {
|
||||
"mangle": false
|
||||
}]
|
||||
["@babel/es2015", {modules: false}]
|
||||
]
|
||||
},
|
||||
"es6": {
|
||||
@ -28,9 +25,6 @@
|
||||
"node": "8"
|
||||
},
|
||||
"modules": false
|
||||
}],
|
||||
[ "minify", {
|
||||
"mangle": false
|
||||
}]
|
||||
]
|
||||
},
|
||||
|
||||
@ -53,7 +53,6 @@
|
||||
"babel-plugin-istanbul": "^4.1.1",
|
||||
"babel-plugin-transform-runtime": "^6.23.0",
|
||||
"babel-plugin-version-inline": "^1.0.0",
|
||||
"babel-preset-minify": "^0.4.0-alpha.caaefb4c",
|
||||
"eslint": "^3.0.0",
|
||||
"eslint-config-uber-es2015": "^3.0.0",
|
||||
"eslint-config-uber-jsx": "^3.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user