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
The content of the imported file would look like this if the import is not done from the root file.
391:[function(require,module,exports){
},{}]
So, if c is imported from b and I run browserify + tsify on b, all is fine. If c is imported from b and b is imported from a and I run browserify + tsify on a, c will be empty.
The content of the imported file would look like this if the import is not done from the root file.
So, if c is imported from b and I run browserify + tsify on b, all is fine. If c is imported from b and b is imported from a and I run browserify + tsify on a, c will be empty.
edit: Yeah, I think this explains it better: #148
The offending commit is this: a585084
The text was updated successfully, but these errors were encountered: