Skip to content

Commit dea2da7

Browse files
committed
🐛 fix(build): remove cjs support
1 parent 188d621 commit dea2da7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.fatherrc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { defineConfig } from 'father';
22

33
export default defineConfig({
4-
cjs: { output: 'lib', platform: 'browser' },
54
esm: { output: 'es' },
65
});

0 commit comments

Comments
 (0)