github alibaba/ice @ice/app@3.3.9
v3.3.9

latest releases: @ice/app@3.4.11, @ice/rspack-config@1.1.9, @ice/plugin-stream-error@1.0.1...
9 months ago
  • Feat: support plugin of Unocss #6665

    Install @ice/plugin-unocss:

    $ npm install @ice/plugin-unocss --save-dev

    Configure it in ice.config.mts:

    import { defineConfig } from '@ice/app';
    import Unocss from '@ice/plugin-unocss';
    
    export default defineConfig(() => ({
      plugins: [
        Unocss(),
      ]
    }));

    Plugin has a default preset @unocss/preset-uno for UnoCSS.

  • Feat: add default export of rax-compat #6643

  • Fix: better error handling of build script #6672

  • Chore: remove type exports #6651

Don't miss a new ice release

NewReleases is sending notifications on new releases.