Skip to content

Commit bc1ff1a

Browse files
authored
test: correct test config of resolve false case (#1050)
1 parent 442aa26 commit bc1ff1a

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)