.fatherrc.ts 185 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import { defineConfig } from 'father'; export default defineConfig({ // more father config: https://github.com/umijs/father/blob/master/docs/config.md esm: { output: 'dist' }, });