diff --git a/conf/webpack.debug.config.js b/conf/webpack.debug.config.js index ec7f8dd..8323743 100644 --- a/conf/webpack.debug.config.js +++ b/conf/webpack.debug.config.js @@ -11,7 +11,7 @@ module.exports = { filename: './dist/orbitdb.js' }, target: 'web', - devtool: 'none', + devtool: 'source-map', externals: { fs: '{}', mkdirp: '{}',