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.
1 parent 247b92f commit 8072572Copy full SHA for 8072572
config/webpack.test.js
@@ -28,7 +28,7 @@ const PLATFORM_RE = /^(.*)\/platform\/([^.\/]*)(\.ts)?$/;
28
29
module.exports = {
30
mode: 'development',
31
- devtool: 'source-map',
+ devtool: 'inline-source-map',
32
optimization: {
33
runtimeChunk: false,
34
splitChunks: false,
0 commit comments