Skip to content

Commit

Permalink
🐛 fix: fix father build ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Jan 31, 2024
1 parent 696e8fe commit d18b69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .fatherrc.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'father';

export default defineConfig({
esm: { output: 'es' },
esm: { output: 'es', ignores: ['./src/components/**/*', './src/Editor/**/*'] },
});

0 comments on commit d18b69c

Please sign in to comment.