Skip to content

Commit

Permalink
chore: remove build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifigueira committed Jan 18, 2025
1 parent 5238424 commit 368570b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ export default defineConfig({
rollupOptions: {
// @ts-ignore
plugins: [sourcemaps()],
output: {
exports: 'named',
},
},
commonjsOptions: {
transformMixedEsModules: true,
Expand Down

0 comments on commit 368570b

Please sign in to comment.