Skip to content

Commit 575f7fa

Browse files
author
Pietro
authored
Merge pull request #157 from terite/add-sourcemaps
turn on sourcemaps
2 parents f978f2f + ebd20c8 commit 575f7fa

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)