mirror of https://github.com/alibaba/ice.git
* feat: update react-router for new feature * feat: export new api of react-router * fix: merge error |
||
---|---|---|
.. | ||
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()],
}));