Merge pull request #299 from orbitdb/fix/source-map

add source maps for debug build
This commit is contained in:
Haad 2017-12-31 17:09:14 +02:00 committed by GitHub
commit 5b7fe0b979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ module.exports = {
filename: './dist/orbitdb.js'
},
target: 'web',
devtool: 'none',
devtool: 'source-map',
externals: {
fs: '{}',
mkdirp: '{}',