vite-plugin-vue
vite-plugin-vue copied to clipboard
Some module packaging results affect browser cache utilization,such as plugin-vue:export-helper and vite/modulepreload-polyfill and vite/preload-helper
Related plugins
-
[X] plugin-vue
-
[X] plugin-vue-jsx
Description
Problem description address: https://mp.weixin.qq.com/s/vlvTXYRgtbhW3-RkuaV2Mg
Problem sample code address: https://github.com/meizilove258/vite-code-split.git
Suggested solution
plugin-vue:export-helper and vite/modulepreload-polyfill and vite/preload-helper, pull out a single file.
Alternative
No response
Additional context
No response
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guidelines.
- [X] Read the docs.
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
@yyx990803