Skip to content

Commit

Permalink
build: add new externals
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed May 30, 2023
1 parent da350a7 commit d86f937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.config.ts
Expand Up @@ -16,5 +16,5 @@ export default defineBuildConfig({
emitCJS: true,
inlineDependencies: true,
},
externals: ['react', 'react-dom', 'preact', 'million'],
externals: ['react', 'react-dom', 'preact', 'million', 'vite', 'esbuild'],
});

0 comments on commit d86f937

Please sign in to comment.