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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
比如在examples/src/App.vue里加入 CSS 样式再vite build,Vite 对于 CSS 的注入会晚于pre的钩子。
examples/src/App.vue
vite build
pre
我建议把template和minify拆成两个插件导出,你觉得 OK 的话我可以发个 PR。
template
minify
The text was updated successfully, but these errors were encountered:
原先vite1.0的设计可以同时支持多个。我在看下有没有更好的方式
Sorry, something went wrong.
2.0我正在测试 这几天会修复
fix: fix css compression failure #1
b62e99c
刚看了下 vite2.0支持导出多个数组。现在修复了 .可以升级到2.0.0-beta.3
No branches or pull requests
比如在
examples/src/App.vue
里加入 CSS 样式再vite build
,Vite 对于 CSS 的注入会晚于pre
的钩子。我建议把
template
和minify
拆成两个插件导出,你觉得 OK 的话我可以发个 PR。The text was updated successfully, but these errors were encountered: