+ 3
Can we use webpack for backend node js ?
If I can use webpack what is the purpose of using webpack in back-end?
1 Respuesta
+ 4
Why to use webpack on node backend
If we are talking about react and node app you can build isomorphic react app. ... The most common way to solve this problem is pack backend by webpack (you don't need all code to be transpile by webpack - only problematic, like react stuff in this example).
- StackOverFlow [ https://stackoverflow.com/questions/37788142/webpack-for-back-end ]
- https://medium.com/code-oil/webpack-javascript-bundling-for-both-front-end-and-back-end-b95f1b429810
This will help you :)