Remove debug option from Babel preset env (#6852)
This commit is contained in:
parent
f64af6473f
commit
a6b59cd1a3
1 changed files with 0 additions and 1 deletions
1
.babelrc
1
.babelrc
|
@ -4,7 +4,6 @@
|
|||
[
|
||||
"env",
|
||||
{
|
||||
"debug": true,
|
||||
"exclude": ["transform-async-to-generator", "transform-regenerator"],
|
||||
"loose": true,
|
||||
"modules": false,
|
||||
|
|
Loading…
Reference in a new issue