Skip to content

Commit cd5d163

Browse files
fix wrapper tests
1 parent a9a5f4a commit cd5d163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/bundlers/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rollupConfig.plugins = rollupConfig.plugins.filter(p => p.name !== 'commonjs');
55

66
module.exports = {
77
build: {
8-
output: './dist/dist_vite/bundle_esm.js',
8+
outDir: './dist/dist_vite',
99
rollupOptions: rollupConfig
1010
}
1111
};

0 commit comments

Comments
 (0)