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
After dealing with other tools for migrating a pretty big Rails application to Webpack modules, this is the best strategy (if this is even an issue):
For every known Rails modules path (vendor, gems, etc), get all the trees of files and use it as a lookup. This avoids attempting to read from disk many times. It also stresses the point that is loader should only be used as a transitionary tool.
Especially going through the possible gem paths.
Ohboy.
The text was updated successfully, but these errors were encountered: