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.
is there a way to bundle everything into a single file when build target is node?
where fs is not available
| Software | Version(s) |
| ---------------- | ---------- |
| Parcel |
| Node |
| npm/Yarn |
| Operating System |
Will be part of the next release https://github.com/parcel-bundler/parcel/pull/1690
Most helpful comment
Will be part of the next release https://github.com/parcel-bundler/parcel/pull/1690