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
`lib/pack.js` and `lib/config/figgy-config.js` load each other,
making `figgy-config.js` grab the original `module.exports` value
and not the intended one. In particular, this always sets the
`dirPacker` value to `undefined` in the config generation step.
Fix this by setting `module.exports` early.
Refs: nodejs/node#29935
PR-URL: #266
Credit: @addaleaxClose: #266
Reviewed-by: @mikemimik
0 commit comments