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 mentioned in the discussion in PR #360, test packs are not recompiled when changed. If the packs-test directory (or your default) already exists, subsequent changes to app/javascript/pack will not cause the packs-test directory to be regenerated.
Webpacker::Manifest.lookup checks to see if the file is found (.find) but there's no freshness check.
The text was updated successfully, but these errors were encountered:
Opening issue for visibility.
As mentioned in the discussion in PR #360, test packs are not recompiled when changed. If the
packs-test
directory (or your default) already exists, subsequent changes toapp/javascript/pack
will not cause thepacks-test
directory to be regenerated.Webpacker::Manifest.lookup
checks to see if the file is found (.find
) but there's no freshness check.The text was updated successfully, but these errors were encountered: