Disable @babel/env debug (#1874)

The debug option was accidentally committed.
This commit is contained in:
ylemkimon
2019-03-17 03:20:34 +09:00
committed by GitHub
parent 6ae095fcd4
commit 9f52d0a0f7

View File

@@ -3,7 +3,6 @@ module.exports = api => {
const presets = [
["@babel/env", {
debug: true,
loose: true,
}],
"@babel/flow",