We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74419bf + 5f44905 commit d78ae59Copy full SHA for d78ae59
examples/mako/config/config.ts
@@ -2,6 +2,7 @@ import { defineConfig } from 'alita';
2
3
export default defineConfig({
4
appType: 'pc',
5
- keepalive: [/./],
6
mako: {},
+ // 开了 mako 就要关 codeSplitting !!!
7
+ codeSplitting: false,
8
});
examples/mako/e2e/boilerplate.test.ts examples/mako/e2e/mako.test.ts
0 commit comments