ice/packages/plugin-pha
answershuto 89cc8ee4fa fix: fix frames with multiple 2023-04-15 14:22:51 +08:00
..
src fix: fix frames with multiple 2023-04-15 14:22:51 +08:00
template Feat/support dynamic data loader pha (#5808) 2023-02-02 15:59:54 +08:00
tests fix: fix frames with multiple 2023-04-15 14:22:51 +08:00
CHANGELOG.md chore: update versions (#6089) 2023-03-30 13:22:49 +08:00
README.md chore: optimize (#676) 2022-11-15 10:33:11 +08:00
package.json chore: update versions (#6089) 2023-03-30 13:22:49 +08:00
runtime.d.ts fix: import path of types and runtime (#5981) 2023-02-28 15:08:10 +08:00
tsconfig.json feat: pha (#337) 2022-11-14 19:51:45 +08:00
types.d.ts fix: import path of types and runtime (#5981) 2023-02-28 15:08:10 +08:00

README.md

@ice/plugin-pha

An ice.js plugin to enable PHA features.

Usage

import { defineConfig } from '@ice/app';
import pha from '@ice/plugin-pha';

export default defineConfig(() => ({
  plugins: [pha()],
}));