Skip to content

Commit c4fa0b1

Browse files
committed
Atualização de bibliotecas para manter compatibilidades com es6.
1 parent c8c42a1 commit c4fa0b1

File tree

8 files changed

+5561
-3277
lines changed

8 files changed

+5561
-3277
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)