Skip to content

Commit 7a6f799

Browse files
committed
Add object.assign transpiling for IE
1 parent 7098cc9 commit 7a6f799

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
]
99
],
1010
"plugins": [
11-
"external-helpers"
11+
"external-helpers",
12+
"transform-object-assign"
1213
]
1314
}

package-lock.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"devDependencies": {
3535
"babel-core": "^6.26.0",
3636
"babel-plugin-external-helpers": "^6.22.0",
37+
"babel-plugin-transform-object-assign": "^6.22.0",
3738
"babel-preset-env": "^1.6.1",
3839
"gulp": "^3.9.1",
3940
"rimraf": "^2.6.2",

0 commit comments

Comments
 (0)