mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 09:46:58 +01:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
/* eslint-disable strict, no-console, object-shorthand */
|
|
|
|
'use strict'
|
|
|
|
module.exports = {
|
|
devtool: 'source-map',
|
|
}
|