mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 09:46:58 +01:00
proper json syntax
This commit is contained in:
parent
deb7664068
commit
b8007b4883
32
.babelrc
32
.babelrc
@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
'presets': ['es2015-no-commonjs'],
|
"presets": ["es2015-no-commonjs"],
|
||||||
'plugins': [
|
"plugins": [
|
||||||
'transform-export-extensions',
|
"transform-export-extensions",
|
||||||
'transform-object-assign',
|
"transform-object-assign",
|
||||||
'transform-object-rest-spread'
|
"transform-object-rest-spread"
|
||||||
],
|
],
|
||||||
'sourceMaps': true,
|
"sourceMaps": true,
|
||||||
|
|
||||||
'env': {
|
"env": {
|
||||||
'bundle': {
|
"bundle": {
|
||||||
'plugins': [
|
"plugins": [
|
||||||
['transform-runtime', {
|
["transform-runtime", {
|
||||||
'polyfill': true,
|
"polyfill": true,
|
||||||
'regenerator': false
|
"regenerator": false
|
||||||
}]
|
}]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
'cjs': {
|
"cjs": {
|
||||||
'plugins': [
|
"plugins": [
|
||||||
'add-module-exports',
|
"add-module-exports",
|
||||||
'transform-es2015-modules-commonjs'
|
"transform-es2015-modules-commonjs"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user