ice/packages/plugin-pha
ClarkXia fd44784155
Feat: update react-router for new feature (#6764)
* feat: update react-router for new feature

* feat: export new api of react-router

* fix: merge error
2024-01-31 16:40:43 +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: update react-router for new feature (#6764) 2024-01-31 16:40:43 +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()],
}));