We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9d38d commit 87b2451Copy full SHA for 87b2451
2 files changed
package.json
@@ -27,6 +27,7 @@
27
"babel-plugin-module-resolver": "^2.7.1",
28
"babel-plugin-transform-async-to-generator": "^6.24.1",
29
"babel-plugin-transform-class-properties": "^6.24.1",
30
+ "babel-plugin-transform-object-assign": "^6.22.0",
31
"babel-preset-es2015": "^6.24.1",
32
"babel-preset-react": "^6.24.1",
33
"express": "^4.16.1",
webpack.config.js
@@ -27,6 +27,7 @@ module.exports = {
plugins: [
'syntax-dynamic-import',
'transform-class-properties',
+ 'transform-object-assign',
require.resolve('./babel'),
],
}
0 commit comments