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
parcel build index.js --target node
I tried to use the command above to build my mini project.
It is still using request in the output file.
request
is there a way to bundle everything into a single file when build target is node?
node
where fs is not available
The text was updated successfully, but these errors were encountered:
Will be part of the next release #1690
Sorry, something went wrong.
No branches or pull requests
β Question
I tried to use the command above to build my mini project.
It is still using
request
in the output file.is there a way to bundle everything into a single file when build target is
node
?π¦ Context
where fs is not available
π» Code Sample
π Your Environment
The text was updated successfully, but these errors were encountered: