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
When untaring a module that has bundledDependencies generated using npm pack, the node_modules/module-a folder (where module-a is a bundledDependency) contains files that are not in module-a/package.json's files list
Expected Behavior:
node_modules/module-a should only contain files that are in the files section of module-a/package.json
Steps To Reproduce:
Set up a project with Module A and Module B
Make Module A a bundled dependency of Module B (using npm/yarn link)