Remove debug option from Babel preset env (#6852)

This commit is contained in:
Akihiko Odaki 2018-03-21 18:26:15 +09:00 committed by Eugen Rochko
parent f64af6473f
commit a6b59cd1a3
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
[
"env",
{
"debug": true,
"exclude": ["transform-async-to-generator", "transform-regenerator"],
"loose": true,
"modules": false,