mrhenry / polyfill-library

MIT License
7 stars 1 forks source link

Polyfill `devDependencies` should be resolved from `polyfills/*` #55

Closed mhassan1 closed 4 months ago

mhassan1 commented 4 months ago

In the case where a polyfill has devDependencies, we currently resolve those devDependencies from the root, rather than from the correct polyfills/*. In the case where there are multiple versions of those devDependencies, it could mean that we are resolving the wrong versions.

To reproduce:

mhassan1 commented 4 months ago

I think I see the problem. PR coming up.