We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f978f2f + ebd20c8 commit 575f7faCopy full SHA for 575f7fa
webpack.config.js
@@ -4,6 +4,7 @@ const path = require('path');
4
5
module.exports = {
6
mode: 'production',
7
+ devtool: 'source-map',
8
entry: {
9
index: './packages/index.js',
10
TranscriptEditor: './packages/components/transcript-editor/index.js',
@@ -81,4 +82,4 @@ module.exports = {
81
82
root: 'ReactDOM'
83
}
84
-};
85
+};
0 commit comments