Skip to content

Commit 008cdb8

Browse files
authored
fix: use esm for the vite plugin entry (#153)
1 parent 45cb4c8 commit 008cdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./dist/vite');
1+
export * from './dist/vite.js';

0 commit comments

Comments
 (0)