vite-plugin-build
vite-plugin-build copied to clipboard
Vite library mode plugin,which support transfom the whole folder and emit dceclaration files. Vite 库模式插件,支持整个文件夹的转换和声明文件生成。(支持 vanilla、react、vue3 和 svelte)
With the introduction of the React Server Component in Next.js 13, I want to add 'use client' directive on the top of my file to signify the component is Client...
It would be cool if you could update the example using the latest versions of Vite and Vue =>3.3.4
项目中代码是这样的 ```vue ``` 打包后的代码是 ``` const _imports_0 = require("../assets/logo-title.png"); const _imports_1 = require("@/assets/login-logo.png"); ``` 即没有解析@的路径,也没有assets文件夹,vite.config.js有配置解析
There is a typo in the project description: "dceclaration" → "declaration"