You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for creating an awesome and fast tool! I'm looking at using it inside the SolidJS playground and it is super useful!
One issue I ran into was SolidJS uses different node conditions and already builds dev versions of the package, exported using the development condition for dev mode. It would be great if ?dev could automatically add that condition, but I thought I would check if that was wanted here before submitting a PR.
First of all, thanks for creating an awesome and fast tool! I'm looking at using it inside the SolidJS playground and it is super useful!
One issue I ran into was SolidJS uses different node conditions and already builds dev versions of the package, exported using the development condition for dev mode. It would be great if ?dev could automatically add that condition, but I thought I would check if that was wanted here before submitting a PR.
Failing module
Result
Searching the resulting bundle for
console.warn
doesn't yield anything (compare with https://cdn.jsdelivr.net/npm/solid-js@1.4.7/dist/dev.js)Additional info
The text was updated successfully, but these errors were encountered: