We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think I have the ultimate solution: augment bundledDeps syntax with relative paths:
{ "bundledDependencies": [ "./lib/thing", "./util/tool" ], "preinstall": "copy/symlink bundled dependencies to node_modules" }
and if you want a namespace you just do like
{ "bundledDependencies": [ "./@namespace" ] }
and @namespace folder will contain all the packages.
@namespace
Still need a recursive npm install though, maybe that's a separate tool.
npm install
The text was updated successfully, but these errors were encountered:
cc @hughsk
Sorry, something went wrong.
This would be really nice – I'll have to have a look into it and see how it works :)
No branches or pull requests
I think I have the ultimate solution: augment bundledDeps syntax with relative paths:
and if you want a namespace you just do like
and
@namespace
folder will contain all the packages.Still need a recursive
npm install
though, maybe that's a separate tool.The text was updated successfully, but these errors were encountered: