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.
2 parents 2387176 + 3c26dd2 commit 0ad8092Copy full SHA for 0ad8092
.babelrc
@@ -4,6 +4,7 @@
4
"stage-1"
5
],
6
"plugins": [
7
+ "transform-object-assign",
8
"transform-decorators-legacy"
9
]
10
}
package.json
@@ -57,6 +57,7 @@
57
"babel-eslint": "^7.1.1",
58
"babel-loader": "^7.1.2",
59
"babel-plugin-transform-decorators-legacy": "^1.3.4",
60
+ "babel-plugin-transform-object-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