Skip to content

Commit a08e599

Browse files
authored
fix: don't bundle utils' source-map entry (#3865)
1 parent 1195268 commit a08e599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vitest/rollup.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const external = [
6767
'vite-node/utils',
6868
'@vitest/utils/diff',
6969
'@vitest/utils/error',
70+
'@vitest/utils/source-map',
7071
'@vitest/runner/utils',
7172
'@vitest/runner/types',
7273
'@vitest/snapshot/environment',

0 commit comments

Comments
 (0)