A
A
Alexey Yakovlev2020-05-16 10:38:48
JavaScript
Alexey Yakovlev, 2020-05-16 10:38:48

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

1 answer(s)
P
Pavel Didenko, 2020-05-16
@Dasslier

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 question

Ask a Question

731 491 924 answers to any question