vite-plugin-externals
vite-plugin-externals copied to clipboard
Configurable cache directory
I have two Vite configs that use the same node_modules
directory but have different externals config.
vite-plugin-externals
uses a single non-configurable cache directory for both of them. So there are conflicts. And only a single plugin works correctly.
Proposal: allow to configure cache directory.
Vite itself allows it.
I am eager to bring MR to fix it.
What do you think about that?