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
When I add your lib, webpack doesn't compile your version because I'm ignoring node_modules (because that causes perf issues). I think the best way is to provide the compiled version to npm so "consumers" don't have to handle compilation.
The text was updated successfully, but these errors were encountered:
Hi. I'm loading my modules in webpack with this config:
When I add your lib, webpack doesn't compile your version because I'm ignoring node_modules (because that causes perf issues). I think the best way is to provide the compiled version to npm so "consumers" don't have to handle compilation.
The text was updated successfully, but these errors were encountered: