mirror of https://github.com/alibaba/ice.git
* fix: plugin ts type * chore: comment from Chinese to English |
||
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
| package.json | ||
| tsconfig.json | ||
README.md
@ice/plugin-rax-compat
ICE plugin for migrating rax-app project into ICE.
Usage
add plugin in ice.config.ts:
import compatRax from '@ice/plugin-rax-compat';
export default defineConfig({
plugins: [compatRax(options)],
});
Options
- inlineStyle:
- Enable stylesheet loader to import css file.
- default to
false