Closed SuperMrBean closed 2 years ago
import { defineConfig } from 'vite'
import reactNodeKey from 'react-node-key/vite';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
reactNodeKey()
]
})
import { AliveScope, KeepAlive } from 'react-activation'
1. 添加 vite babel 插件(可选项、建议)
import { defineConfig } from 'vite' import reactNodeKey from 'react-node-key/vite'; // https://vitejs.dev/config/ export default defineConfig({ plugins: [ reactNodeKey() ] })
2. 业务代码中用 es moudle 引入相关组件
import { AliveScope, KeepAlive } from 'react-activation'
这个包是不是最新的没有发布 我安装完看没有 vite 目录
试试 v0.3.2,补发了一个,之前确实漏掉了 vite 目录
想在vite里面使用,请问需要怎么配置呢