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
As the app grows, managing the dependencies should be as simple and consistent as possible.
With complexity and multiple folders it can be tedious to travers through all the paths using relative references.
Adding ./src to the default webpack config would make this easier for many people and prevent some errors for some developers as the path can always be used from the actual src folder.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
As the app grows, managing the dependencies should be as simple and consistent as possible.
With complexity and multiple folders it can be tedious to travers through all the paths using relative references.
This is super simple to do in Webpack.
Currently I create a config file looking like this:
What does the proposed API look like?
Adding
./src
to the default webpack config would make this easier for many people and prevent some errors for some developers as the path can always be used from the actual src folder.The text was updated successfully, but these errors were encountered: