Skip to content

Commit d78ae59

Browse files
authored
fix: test e2e
fix: test e2e
2 parents 74419bf + 5f44905 commit d78ae59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/mako/config/config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from 'alita';
22

33
export default defineConfig({
44
appType: 'pc',
5-
keepalive: [/./],
65
mako: {},
6+
// 开了 mako 就要关 codeSplitting !!!
7+
codeSplitting: false,
78
});
File renamed without changes.

0 commit comments

Comments
 (0)