Answer the question
In order to leave comments, you need to log in
How to work with node.js in webpack?
You need to write a server on node. How to include node.js in webpack?
Answer the question
In order to leave comments, you need to log in
Webpack is used as a assembler to minify code, compress a bundle, split bundles, include a polyfill, etc.
Node.js doesn't need this. The code is executed on the server, and the node does not need polyfills. the runtime is not a browser and there is no need for compatibility
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question