Browse Source

Remove debug option from Babel preset env (#6852)

pull/4/head
Akihiko Odaki 6 years ago
committed by Eugen Rochko
parent
commit
a6b59cd1a3
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      .babelrc

+ 0
- 1
.babelrc View File

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

Loading…
Cancel
Save