@ice/pkg-plugin-rax-component
This plugin adds support for Rax component for ICE PKG.
Usage
$ npm i @ice/pkg-plugin-rax-component --save-dev
// 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