Skip to content

Commit

Permalink
fix: test e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Nov 5, 2024
1 parent 74419bf commit 5f44905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/mako/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from 'alita';

export default defineConfig({
appType: 'pc',
keepalive: [/./],
mako: {},
// 开了 mako 就要关 codeSplitting !!!
codeSplitting: false,
});
File renamed without changes.

0 comments on commit 5f44905

Please sign in to comment.