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
During my local build process with the following webpack configuration:
the browser keeps throwing persistent errors. I've tried modifying the excludes patterns as suggested by the error messages, but the fixes aren't working.
Could this be a version compatibility issue? More importantly, what's the proper way to exclude dependencies in node_modules from bundling
The text was updated successfully, but these errors were encountered:
Here's my current webpack configuration:
During my local build process with the following webpack configuration:
the browser keeps throwing persistent errors. I've tried modifying the excludes patterns as suggested by the error messages, but the fixes aren't working.
Could this be a version compatibility issue? More importantly, what's the proper way to exclude dependencies in node_modules from bundling
The text was updated successfully, but these errors were encountered: