Skip to content

Commit

Permalink
feat: builtinComp output mjs format
Browse files Browse the repository at this point in the history
  • Loading branch information
chilingling committed Dec 3, 2024
1 parent 9e799e7 commit cdfa5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builtinComponent/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
lib: {
entry: path.resolve(__dirname, './index.js'),
name: 'builtinComponent',
fileName: () => 'index.js',
fileName: () => 'index.mjs',
formats: ['es']
},
rollupOptions: {
Expand Down

0 comments on commit cdfa5f5

Please sign in to comment.