- Build: Babel 7

- npm: Update qr-manipulation
This commit is contained in:
Brett Zamir
2018-09-26 21:14:12 +08:00
parent 9f7f7b9732
commit ae58be8277
64 changed files with 45118 additions and 31331 deletions

View File

@@ -114,9 +114,7 @@ export default [
},
plugins: [
babel({
plugins: ['transform-object-rest-spread', ['babel-plugin-transform-builtin-extend', {
globals: ['Array']
}]]
plugins: ['transform-object-rest-spread']
})
]
},