Skip to content

v3.0.3

Compare
Choose a tag to compare
@ClarkXia ClarkXia released this 15 Dec 09:24
· 684 commits to master since this release
b70b95e

Configurate plugin to your ice.config.mts

import { defineConfig } from '@ice/app';
import icestark from '@ice/plugin-icestark';

export default defineConfig(() => ({
  plugins: [
    icestark({ type: 'framework' }),
  ],
}));

Visit readme for details.

  • Feat: support pha prefetch defined in dataLoader
  • Fix: optimize log and fix unhandled error makes HMR failed #5654 #5688
  • Fix: error url output when enable hash router #5678
  • Fix: VisibilityChange do not work with child element #5693
  • Fix: data loader when render mode is SSG #5682
  • Fix: process exit when error occur of mock file #5658