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

Why is React and related packages a dependency? #28

Closed secondl1ght closed 11 months ago

secondl1ght commented 11 months ago

I looked at the package.json and was wondering about some of the packages that are required.

davidmyersdev commented 11 months ago

React is not a dependency of this project. It's a dev-only dependency that was added so that I could solve a conflict with React Dev Tools.