diff --git a/examples/mako/config/config.ts b/examples/mako/config/config.ts index ba1db11c..c6da7423 100644 --- a/examples/mako/config/config.ts +++ b/examples/mako/config/config.ts @@ -2,6 +2,7 @@ import { defineConfig } from 'alita'; export default defineConfig({ appType: 'pc', - keepalive: [/./], mako: {}, + // 开了 mako 就要关 codeSplitting !!! + codeSplitting: false, }); diff --git a/examples/mako/e2e/boilerplate.test.ts b/examples/mako/e2e/mako.test.ts similarity index 100% rename from examples/mako/e2e/boilerplate.test.ts rename to examples/mako/e2e/mako.test.ts