mirror of https://github.com/alibaba/ice.git
* 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 |
||
---|---|---|
.. | ||
src | ||
template | ||
tests | ||
CHANGELOG.md | ||
README.md | ||
package.json | ||
runtime.d.ts | ||
tsconfig.json | ||
types.d.ts |
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()],
}));