Skip to content

Commit bdba164

Browse files
Merge branch 'dominguetigs-nullish-coalescing' into 4.0.0
2 parents 1218b25 + 0eee4a2 commit bdba164

File tree

9 files changed

+6024
-3749
lines changed

9 files changed

+6024
-3749
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"presets": ["env"],
2+
"presets": ["@babel/preset-env"],
33
"plugins": [
44
[
55
"babel-plugin-transform-builtin-extend",
6-
{ globals: ["Error"] }
6+
{ "globals": ["Error"] }
77
]
88
]
99
}

0 commit comments

Comments
 (0)