Open echjordan0 opened 9 months ago
rollupOptions: { output: { manualChunks: { 'vue-pdf-embed/dist/vue2-pdf-embed': ['vue-pdf-embed/dist/vue2-pdf-embed'], }, }, },
Interestingly, I can work around this error by changing the config to
rollupOptions: { output: { manualChunks: {}, }, },
But it seems very strange that I'd need to do so. Perhaps it's not properly cleaning up the options when they're removed entirely?
Thank you!
Versions
Reproduction
Additional Details
Steps to reproduce
Interestingly, I can work around this error by changing the config to
But it seems very strange that I'd need to do so. Perhaps it's not properly cleaning up the options when they're removed entirely?
Thank you!
What is Expected?
What is actually happening?