Skip to content

Commit 9aad10f

Browse files
committed
6.0.0
1 parent 7039a99 commit 9aad10f

File tree

3 files changed

+416
-213
lines changed

3 files changed

+416
-213
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"presets": [
3-
["@babel/preset-env", { "loose": true }]
3+
["@babel/preset-env", { "loose": true, "useBuiltIns": "entry" }]
44
],
55
"plugins": [
6-
"@babel/proposal-class-properties",
6+
["@babel/proposal-class-properties", { "loose": true }],
77
"add-module-exports"
88
],
99
"env": {

0 commit comments

Comments
 (0)