mirror of https://github.com/alibaba/ice.git
* chore: add consola to runtime * chore: format build failure * fix: webpack error stack * chore: remove formatBuildFailure * chore: remove consola * feat: optimize server compile log * chore: remove try catch |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| CHANGELOG.md | ||
| README.md | ||
| package.json | ||
| tsconfig.json | ||
README.md
@ice/plugin-pha
ICE plugin to enable PHA features
Usage
import { defineConfig } from '@ice/app';
import pha from '@ice/plugin-pha';
export default defineConfig({
plugins: [pha()],
});