We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ffe36 commit 5ea8153Copy full SHA for 5ea8153
.babelrc
@@ -5,6 +5,7 @@
5
],
6
"plugins": [
7
"transform-object-assign",
8
- "transform-decorators-legacy"
+ "transform-decorators-legacy",
9
+ "transform-object-set-prototype-of-to-assign"
10
]
11
}
package.json
@@ -57,6 +57,7 @@
57
"babel-loader": "^7.1.2",
58
"babel-plugin-transform-decorators-legacy": "^1.3.4",
59
"babel-plugin-transform-object-assign": "^6.22.0",
60
+ "babel-plugin-transform-object-set-prototype-of-to-assign": "^6.22.0",
61
"babel-polyfill": "^6.20.0",
62
"babel-preset-es2015": "^6.18.0",
63
"babel-preset-stage-1": "^6.24.1",
0 commit comments