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
properly supporting module.parent is probably not possible, since the module that required the current module is executed after the current one, so we don't have a reference to the "parent" module yet.
Maybe when module.parent is used in if checks and other boolean contexts, browser-pack-flat could replace it with true. Or replace it with an empty object in all contexts.
this is done as of #17
The text was updated successfully, but these errors were encountered:
properly supporting module.parent is probably not possible, since the module that
require
d the current module is executed after the current one, so we don't have a reference to the "parent" module yet.Maybe when
module.parent
is used in if checks and other boolean contexts, browser-pack-flat could replace it withtrue
. Or replace it with an empty object in all contexts.this is done as of #17
The text was updated successfully, but these errors were encountered: