We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在团队内部中,我们同样在这个基础之上做了很多改造 比如 contentScript、backgroundScript、tabPage、Popup等不同的Manifest.json中文件依赖的一些文件。
这类问题Vite 并不能根据多路口的方式生成不同的模块规范,可以使用多个脚本去输出:
vite build && rollup -c content.script.ts && rollup -c background.script.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前 vite-chrome-extension 没提供一些插件功能,只是简单的去构建了一套使用框架去支持的开发。
在团队内部中,我们同样在这个基础之上做了很多改造
比如 contentScript、backgroundScript、tabPage、Popup等不同的Manifest.json中文件依赖的一些文件。
你可能遇到的问题有:
这类问题Vite 并不能根据多路口的方式生成不同的模块规范,可以使用多个脚本去输出:
The text was updated successfully, but these errors were encountered: