We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4f2e0 commit e5c21b3Copy full SHA for e5c21b3
webpack.config.js
@@ -15,7 +15,7 @@ const plugins = isProd ? [
15
16
module.exports = {
17
entry: ['./src/remotestorage.ts'],
18
- devtool: 'inline-source-map',
+ devtool: 'source-map',
19
// the only external dependecy is xmlhttprequest because it is
20
// different in browser and in node env so user has to manage with that
21
externals: ['xmlhttprequest'],
0 commit comments