@ice/pkg-plugin-rax-component
v1.1.2
Published
Rax component plugin for @ice/pkg
Downloads
3
Keywords
Readme
@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