Skip to content

Commit ae9a729

Browse files
committed
don't try to treeshake test suite
Rollup was actually dropping a side-effect that was intentionally part of a test.
1 parent 2dac217 commit ae9a729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default defineConfig(({ mode }) => {
2222
const build = {
2323
rollupOptions: {
2424
preserveEntrySignatures: 'strict',
25+
treeshake: false,
2526
output: {
2627
preserveModules: true,
2728
},

0 commit comments

Comments
 (0)