mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
add source maps for debug built
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = {
|
||||
filename: './dist/orbitdb.js'
|
||||
},
|
||||
target: 'web',
|
||||
devtool: 'none',
|
||||
devtool: 'source-map',
|
||||
externals: {
|
||||
fs: '{}',
|
||||
mkdirp: '{}',
|
||||
|
||||
Reference in New Issue
Block a user