vite-plugin-externals icon indicating copy to clipboard operation
vite-plugin-externals copied to clipboard

Configurable cache directory

Open alexandersorokin opened this issue 1 year ago • 0 comments

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?

alexandersorokin avatar Feb 23 '24 08:02 alexandersorokin