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
Asset filtering in ncc will currently filter to only emit assets within the package base, with some other rules as well.
It would be useful to be able to customize this option, and this would also solve the bug in the latest now-node build.
Something like:
ncc('/path/to/pkg/file.js', { packageBase: '/path/to/pkg' })
will then never emit files outside of the /path/topkg base.
/path/topkg
The text was updated successfully, but these errors were encountered:
Implemented in vercel/webpack-asset-relocator-loader#56.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Asset filtering in ncc will currently filter to only emit assets within the package base, with some other rules as well.
It would be useful to be able to customize this option, and this would also solve the bug in the latest now-node build.
Something like:
will then never emit files outside of the
/path/topkg
base.The text was updated successfully, but these errors were encountered: