diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 3 |
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" |