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
Rather than have a separate OPAL_LOAD_PATH setting, might want to use resolve.moduleDirectories in the webpack config instead. This is changing with webpack 2.0 though, so probably best to wait until that happens.
When this is done, look into removing absolute paths from the webpack requires. Those make it into the cache and we don't want to make the cache dirty just because directories are moved around.
The text was updated successfully, but these errors were encountered:
wied03
changed the title
Change load path
Migrate OPAL_LOAD_PATH env variable into webpack standards
Apr 7, 2016
Lower priority.
Rather than have a separate
OPAL_LOAD_PATH
setting, might want to useresolve.moduleDirectories
in the webpack config instead. This is changing with webpack 2.0 though, so probably best to wait until that happens.When this is done, look into removing absolute paths from the webpack requires. Those make it into the cache and we don't want to make the cache dirty just because directories are moved around.
The text was updated successfully, but these errors were encountered: