ice/packages/plugin-pha
ClarkXia 6cdeb26705
Feat: Upgrade dependencies (#7042)
* fix: update dependencies

* fix: update dependencies

* fix: update types

* fix: use built-in plugin

* fix: update bundler

* fix: update dependencies

* chore: update binding version

* chore: test ci

* fix: ci

* fix: test ci

* fix: simplify ci

* chore: test ci

* chore: test ci

* fix: test ci

* chore: test ci

* fix: test webpack mode

* chore: test ci

* chore: test ci

* fix: puppeteer

* fix: update ci

* fix: test ci

* fix: ci
2025-02-11 10:28:20 +08:00
..
src chore: fix type error 2023-08-21 17:38:24 +08:00
template fix: fix dataLoader is sent repeatedly in PHA (#6062) 2023-05-16 02:10:01 -07:00
tests fix: format of dataLoaderConfig loader changed (#6384) 2023-07-12 00:27:43 -07:00
CHANGELOG.md chore: update versions (#6509) 2023-09-14 10:58:37 +08:00
README.md chore: optimize (#676) 2022-11-15 10:33:11 +08:00
package.json Feat: Upgrade dependencies (#7042) 2025-02-11 10:28:20 +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()],
}));