Skip to content

Commit

Permalink
Merge pull request #299 from orbitdb/fix/source-map
Browse files Browse the repository at this point in the history
add source maps for debug build
  • Loading branch information
haadcode committed Dec 31, 2017
2 parents bf3e55b + e1f43a2 commit 5b7fe0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/webpack.debug.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
filename: './dist/orbitdb.js'
},
target: 'web',
devtool: 'none',
devtool: 'source-map',
externals: {
fs: '{}',
mkdirp: '{}',
Expand Down

0 comments on commit 5b7fe0b

Please sign in to comment.