esbuild-plugin-vite-element-ui
JSON →An esbuild plugin that resolves the common issue where Element UI components cannot be used properly in Vite projects due to the `$isServer` property being undefined. Current stable version is 1.0.2, with infrequent releases. It addresses a specific compatibility problem between Element UI and Vite's dependency optimization by patching the Element UI module during esbuild bundling. This plugin is a targeted solution for developers who use Element UI with Vite and encounter runtime errors related to `$isServer`.