ice/examples/with-antd5/ice.config.mts

9 lines
153 B
TypeScript
Raw Permalink Normal View History

import { defineConfig } from '@ice/app';
export default defineConfig(() => ({
ssg: false,
optimization: {
optimizePackageImport: true,
}
}));