splitVendorChunkPluginnot working with entry file fromnode_modules The nuxt library provides anentryfile fromnode_modules. The Vite plugin can't work with this. Expected behavior Vite generates 2 chunks:entryandvendors. Actual behavior Vite generates 1entrychunk, which contains all dependencies (node...