nicecode-v2/.fatherrc.ts
2023-11-29 15:48:08 +08:00

7 lines
185 B
TypeScript

import { defineConfig } from 'father';
export default defineConfig({
// more father config: https://github.com/umijs/father/blob/master/docs/config.md
esm: { output: 'dist' },
});