Skip to content

Commit

Permalink
Update to resolve namespace conflict with 'main' input (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada authored Oct 22, 2024
1 parent bb8cfe2 commit 0e85411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig(({ mode }) => {
build: {
rollupOptions: {
input: {
main: resolve(__dirname, 'index.html'),
index: resolve(__dirname, 'index.html'),
nested: resolve(__dirname,'es/index.html'),
},
output: {
Expand Down

0 comments on commit 0e85411

Please sign in to comment.