Skip to content

Commit 8072572

Browse files
authored
test: Use inline source maps for webpack test output (#9109)
1 parent 247b92f commit 8072572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const PLATFORM_RE = /^(.*)\/platform\/([^.\/]*)(\.ts)?$/;
2828

2929
module.exports = {
3030
mode: 'development',
31-
devtool: 'source-map',
31+
devtool: 'inline-source-map',
3232
optimization: {
3333
runtimeChunk: false,
3434
splitChunks: false,

0 commit comments

Comments
 (0)