Skip to content

Commit ad02dfd

Browse files
committed
test: correct test config of resolve false case
1 parent 091b22e commit ad02dfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/resolve/false/rslib.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ export default defineConfig({
88
index: './index.ts',
99
},
1010
},
11+
output: {
12+
target: 'web',
13+
},
1114
});

0 commit comments

Comments
 (0)