Skip to content

Commit 1594f51

Browse files
author
Vladimir Upirov
authored
Merge pull request #114 from Backendless/vupirov/fixObjectSetPrototypeOf
Build polyfill
2 parents 89ffe36 + 5ea8153 commit 1594f51

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
],
66
"plugins": [
77
"transform-object-assign",
8-
"transform-decorators-legacy"
8+
"transform-decorators-legacy",
9+
"transform-object-set-prototype-of-to-assign"
910
]
1011
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"babel-loader": "^7.1.2",
5858
"babel-plugin-transform-decorators-legacy": "^1.3.4",
5959
"babel-plugin-transform-object-assign": "^6.22.0",
60+
"babel-plugin-transform-object-set-prototype-of-to-assign": "^6.22.0",
6061
"babel-polyfill": "^6.20.0",
6162
"babel-preset-es2015": "^6.18.0",
6263
"babel-preset-stage-1": "^6.24.1",

0 commit comments

Comments
 (0)