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
How do I build my project with a webpack config using a resolve.alias. I have a 3rd party library dependency that requires aliasing a module what is the best way of accomplishing this?
The text was updated successfully, but these errors were encountered:
@filipesilva File aliasing seems like a fairly trivial feature to add since it's built into webpack, and it's super helpful for keeping code clean. Any chance this feature is coming soon?
How do I build my project with a webpack config using a resolve.alias. I have a 3rd party library dependency that requires aliasing a module what is the best way of accomplishing this?
The text was updated successfully, but these errors were encountered: