Skip to content

Commit 72890c2

Browse files
committed
Transform Object.assign with Babel in .babelrc
1 parent 2cad6a6 commit 72890c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.babelrc

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
],
88
"plugins": [
99
"transform-class-properties",
10+
"transform-object-assign",
1011
],
1112
}

0 commit comments

Comments
 (0)