How does Visual Studio Code run webpack?

can Visual Studio Code run webpack? How does it work?
if it doesn"t work, what kind of development software can I use?

Mar.03,2021

webpack only needs to be run from the command line and does not rely on any editor.


webpack is a packaging tool that must be run in node environment. Vscode is a text editor, irrelevant, but you can call node in the terminal of vscode and use webpack to package

.
Menu