0.0.6 • Published 1 year ago
vite-plugin-attr-to-window v0.0.6
使用
npm install vite-plugin-attr-to-window -D
在vite.config.js中
import vitePluginAttrToWindow from "vite-plugin-attr-to-window"
plugins:[
vitePluginAttrToWindow({
basePath:'11111'
})
]