Related: "Webpack for back-end?"
"There's no reason not to use webpack for node/io.js code..."
"The grand goal of packing an entire application" through weback.
What is the purpose of using Webpack to bundle server side code?
Are there any advantages of using Webpack + Node as opposed to Node on its own?
- Hot reload you say? Is hot reloading really that much better than automatic server restarts (via nodemon or related tools) during development?
- Aliases to end the
../../../../
nightmare? There plenty of other solutions, including the babel-plugin-module-resolver.
What about if you are building a web app with a Node (Express) backend and a React frontend - specifically, a frontend built with Create React App, which comes with Webpack pre-configured?
I had updated my question to include the references that had prompted me to ask this question and yet it was still put on hold. Why is this?