davidmyersdev / vite-plugin-node-polyfills

A Vite plugin to polyfill Node's Core Modules for browser environments.
MIT License
263 stars 17 forks source link

ReferenceError: last is not defined, it conflicts with lodash last #44

Closed laterdayi closed 8 months ago

laterdayi commented 9 months ago

After introducing vite-plugin-node-polyfills , it conflicts with lodash last

davidmyersdev commented 9 months ago

Hi @laterdayi. 👋 Would you mind adding a StackBlitz or CodeSandbox reproduction of this issue for me to debug? Thanks!