Skip to content

Commit ebd20c8

Browse files
committed
turn on sourcemaps
1 parent de084af commit ebd20c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const path = require('path');
44

55
module.exports = {
66
mode: 'production',
7+
devtool: 'source-map',
78
entry: {
89
index: './packages/index.js',
910
TranscriptEditor: './packages/components/transcript-editor/index.js',
@@ -81,4 +82,4 @@ module.exports = {
8182
root: 'ReactDOM'
8283
}
8384
}
84-
};
85+
};

0 commit comments

Comments
 (0)