Rax component plugin for @ice/pkg
npm install @ice/pkg-plugin-rax-componentThis plugin adds support for Rax component for ICE PKG.
``bash`
$ npm i @ice/pkg-plugin-rax-component --save-dev
`ts
// build.config.mts
import { defineConfig } from '@ice/pkg';
export default defineConfig({
plugins: [
['@ice/pkg-plugin-rax-component'],
],
})
``
For more detail, please see https://pkg.ice.work