vite-plugin-attr-to-window
v0.0.6
Published
vite + pulgin 可以在index.html中给window添加属性
Downloads
8
Readme
使用
npm install vite-plugin-attr-to-window -D
在vite.config.js中
import vitePluginAttrToWindow from "vite-plugin-attr-to-window"
plugins:[
vitePluginAttrToWindow({
basePath:'11111'
})
]