Skip to content

Commit 104e563

Browse files
committed
test: Use inline source maps for webpack test output
1 parent 7fb64dd commit 104e563

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)