diff --git a/.fatherrc.ts b/.fatherrc.ts index 8ee4f1b5..3c04fd68 100644 --- a/.fatherrc.ts +++ b/.fatherrc.ts @@ -1,5 +1,5 @@ import { defineConfig } from 'father'; export default defineConfig({ - esm: { output: 'es' }, + esm: { output: 'es', ignores: ['./src/components/**/*', './src/Editor/**/*'] }, });