Replies: 1 comment 1 reply
-
Try to configure rollupOptions: {
output: {
manualChunks: null,
},
}, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some special reasons, I hope that my project has only one js and one css file after the package is completed, but after the current vite default configuration is packaged, there will be an extra'vendor.hash.js' file. What should I do? Can it be merged with the'main.hash.js' file? | 基于某些特殊原因,我希望我的项目打包完成之后只有一个js和一个css文件,但是当前vite默认配置打包完成后会有一个多余的'vendor.hash.js'的文件,我要怎么做才可以将它与'main.hash.js'文件合并到一起?
Beta Was this translation helpful? Give feedback.
All reactions