0.3.0 • Published 2 years ago

@micro-web/vite-plugin v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@micro-web/vite-plugin

NPM version Downloads Minified size Gzip size

@micro-web/app 微应用解决方案 Vite 插件

安装

pnpm i @micro-web/vite-plugin

特性

  • 创建极小的入口文件 main.js,配合 hash 和主应用时间戳缓存处理
  • CSS 动态插入到 <MicroApp /> 创建的节点上
  • 预设微应用所需的 Vite 配置
  • 修正图片资源使用绝对地址

使用

import { microWebPlugin } from '@micro-web/vite-plugin';

export default defineConfig({
  plugins: [react(), microWebPlugin()],
});
0.3.0

2 years ago

0.2.0

2 years ago