We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbb5392 + 3698caf commit 9ff42c5Copy full SHA for 9ff42c5
1 file changed
webpack.config.js
@@ -29,5 +29,6 @@ module.exports = {
29
},
30
devServer: {
31
contentBase: './examples'
32
- }
+ },
33
+ devtool: 'source-map'
34
};
0 commit comments