Skip to content

v3.2.6

Compare
Choose a tag to compare
@ClarkXia ClarkXia released this 28 Jun 11:14
· 339 commits to master since this release
170fe47
  • Feat: support document API usePageAssets #6238
  • Fix: load route module error when only has one router #6297
  • Fix: task alias not be consumed #6296
  • Fix: compat with streaming api in miniapp #6268 @hzyhbk
  • Fix: replace history methods by router navigate for backwards compatibility #6317
  • Fix: refactor error handling and update error overlay #6286
  • Fix: server dataLoader error #6316
  • Fix: client send extra useless requests in render mode SSR #6307 @malei0311
  • Fix: support source map for stack trace in node #6322
  • Fix: single router optimization #6310
import { defineConfig } from '@ice/app';
export default defineConfig(() => ({
  // Active feature by config optimization.router `true`
  optimization: {
    router: true,
  },
}));