babel Object.assign

pull/12677/head
Carlos Matallín 7 years ago
parent 2916129d35
commit 6663958c67

@ -42,7 +42,8 @@ module.exports = {
options: { options: {
presets: [ presets: [
["es2015", { "modules": false }] ["es2015", { "modules": false }]
] ],
plugins: ['transform-object-assign']
} }
}, },
{ {

@ -1142,9 +1142,9 @@
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz" "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz"
}, },
"es-abstract": { "es-abstract": {
"version": "1.8.0", "version": "1.8.1",
"from": "es-abstract@>=1.5.0 <2.0.0", "from": "es-abstract@>=1.5.0 <2.0.0",
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.8.0.tgz" "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.8.1.tgz"
}, },
"es-to-primitive": { "es-to-primitive": {
"version": "1.1.1", "version": "1.1.1",

@ -46,6 +46,7 @@
"aws-sdk": "2.0.0-rc11", "aws-sdk": "2.0.0-rc11",
"babel-core": "6.25.0", "babel-core": "6.25.0",
"babel-loader": "7.1.1", "babel-loader": "7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "6.24.1", "babel-preset-es2015": "6.24.1",
"bluebird": "3.5.0", "bluebird": "3.5.0",
"brfs": "^1.4.3", "brfs": "^1.4.3",

Loading…
Cancel
Save