Skip to content

Commit 03e9d58

Browse files
authored
chore(deps): bump babel to v8 (#148)
Upgrade @babel/cli and @babel/core to 8.0.1 and @babel/preset-env to 8.0.2. Remove the `loose: true` preset-env option (dropped in v8; use granular assumptions instead) and bump the import-extension plugin's version assertion to `api.assertVersion(8)`.
1 parent a0367c3 commit 03e9d58

4 files changed

Lines changed: 4136 additions & 3269 deletions

File tree

babel.config.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = {
1010
{
1111
debug: false,
1212
modules: "commonjs",
13-
loose: true,
1413
useBuiltIns: false,
1514
forceAllTransforms: false,
1615
ignoreBrowserslistConfig: false,

0 commit comments

Comments
 (0)