Can we use webpack for backend node js ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can we use webpack for backend node js ?

If I can use webpack what is the purpose of using webpack in back-end?

15th Dec 2020, 1:04 PM
Programmer Raja
Programmer Raja - avatar
1 Answer
+ 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 :)
16th Dec 2020, 7:38 AM
LONEWOLF
LONEWOLF - avatar