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
{{ message }}
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.
If my variation has a new
require
, Mendel is failing to pick it up right away. If I create a dummy file on my base variation, it starts working again.How to reproduce in details:
If I have the following example:
Where:
base/actions/activity.js
has no depencencies.variations/new-card/activity.js
hasrequire('./activity-addon')
variations/new-card/activity-addon.js
is never picked up on my variation and I get criptic errors, similar to what I would get if file didn't exists.Workaround
Currently I am able to use Mendel by creating a dummy file
Where:
base/actions/activity.js
has no depencencies.base/actions/activity-addon.js
is empty filevariations/new-card/activity.js
has `require('./activity-addon')variations/new-card/activity-addon.js
now works.The text was updated successfully, but these errors were encountered: