Skip to content

Commit 404354e

Browse files
committed
reverte back vite.config
1 parent b06afbc commit 404354e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig({
1616
lib: {
1717
entry: 'src/index.ts',
1818
name: 'use-ajv-form',
19-
formats: ['es'],
19+
formats: ['es', 'umd'],
2020
fileName: (format) => `use-ajv-form.${format}.js`,
2121
},
2222
rollupOptions: {

0 commit comments

Comments
 (0)