123456789import { defineBuildConfig } from 'npm:unbuild@^2.0.0' export default defineBuildConfig([{ rollup: { esbuild: { minify: true, }, }, }])