Skip to content

Commit 5600c3d

Browse files
authored
Merge 104e563 into b97eab3
2 parents b97eab3 + 104e563 commit 5600c3d

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)