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
If I have a npm package with several files/modules ES6 in a src folder should I just link the entry file and wait for the dependency resolution to do the work ? or should I use a wildcard to match all src/*.js files ?
Also the lib doesn't seem to separate the functions by file, is that normal ?
Thanks a lot
The text was updated successfully, but these errors were encountered:
If I have a npm package with several files/modules ES6 in a src folder should I just link the entry file and wait for the dependency resolution to do the work ?
Yep, that should work. If it doesn't, please show details for what you expect and what happens.
Also the lib doesn't seem to separate the functions by file, is that normal ?
It does not, currently. See #234 and #49 which cover the intent.
Hi all,
Thanks for this great lib.
If I have a npm package with several files/modules ES6 in a src folder should I just link the entry file and wait for the dependency resolution to do the work ? or should I use a wildcard to match all src/*.js files ?
Also the lib doesn't seem to separate the functions by file, is that normal ?
Thanks a lot
The text was updated successfully, but these errors were encountered: