Skip to content

Commit

Permalink
build: remove formats: umd, iife
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 12, 2024
1 parent 7d9371e commit c9ecb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
build: {
lib: {
entry: resolve(__dirname, 'src/index.ts'),
formats: ['es', 'cjs', 'umd', 'iife'],
formats: ['es', 'cjs'],
name: camelCase(packageName, { pascalCase: true }),
fileName: packageName,
},
Expand Down

0 comments on commit c9ecb7d

Please sign in to comment.