mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
26 lines
587 B
Plaintext
26 lines
587 B
Plaintext
{
|
|
'presets': ['es2015-no-commonjs'],
|
|
'plugins': [
|
|
'transform-export-extensions',
|
|
'transform-object-assign',
|
|
'transform-object-rest-spread'
|
|
],
|
|
'sourceMaps': true,
|
|
|
|
'env': {
|
|
'bundle': {
|
|
'plugins': [
|
|
['transform-runtime', {
|
|
'polyfill': true,
|
|
'regenerator': false
|
|
}]
|
|
]
|
|
},
|
|
'cjs': {
|
|
'plugins': [
|
|
'add-module-exports',
|
|
'transform-es2015-modules-commonjs'
|
|
]
|
|
}
|
|
}
|
|
} |