github alibaba/ice v3.0.3

latest releases: @ice/rspack-config@1.1.9, @ice/app@3.4.11, @ice/plugin-stream-error@1.0.1...
21 months ago

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

Don't miss a new ice release

NewReleases is sending notifications on new releases.