Awesome build tools, thank you - but what about deployments? #6383
binarykitchen
started this conversation in
General
Replies: 2 comments 1 reply
-
|
Thank you for the suggestion! We currently don't have plans to provide a Node.js deployment solution, and we also don't have any specific recommendations at the moment, as Rsbuild mainly focuses on the build process itself. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I see. Perhaps an idea for later if you want to add more products. Because currently I use PM2 but don't like it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ya,
Hope you had a great holiday. Just want to add my compliments for doing an impressive job working around so many Webpack quirks with rsbuild. It's definitely a big change in the web developer's "landscape" 🤩
So, yes, I wonder, what about deploying Node.js applications built by rsbuild to your own servers? Currently, I use PM2, and they have over 1k issues OMG and no TypeScript support for the ecosystem. For example, when I change their ecosystem file from cjs to js, it fails and crashes 😅
Worse, [PM2 modifies Node.js core] (pinojs/pino#1589 (comment)).
That said, I wonder what your deployment recommendations are or whether you have any upcoming libraries planned for this?
Cheers,
M.
Beta Was this translation helpful? Give feedback.
All reactions