aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-07 09:33:23 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commiteec635f81e645b80120dfc8cfb0d6e25a21c7d68 (patch)
treefc4253e396440bbade98df808d98e086416240e8 /vnext/package.json
parent05dd0420c9d5bb2944b434865a6e52275b0d274e (diff)
disable babel-preset-env debug
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/vnext/package.json b/vnext/package.json
index ba2d34db..771b9688 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -71,8 +71,7 @@
[
"@babel/preset-env",
{
- "useBuiltIns": "usage",
- "debug": true
+ "useBuiltIns": "usage"
}
],
"@babel/preset-react"