Answer the question
In order to leave comments, you need to log in
How to build a project with webpack?
Good afternoon, I apologize in advance for the idiotic question, but due to the fact that I have never used node / npm / webpack in development before, I ran into a problem in building the bundle of this project .
Can you please describe the correct sequence of actions, what needs to be done in order to build an uncompressed web (in-browser) bundle? Because at this stage, all I can observe is a canvas of errors in the console.
Thank you.
Answer the question
In order to leave comments, you need to log in
First of all, in the project directory, execute: with
this command you will install all the dependencies of the project. They are listed in package.json under the dependencies and devDependencies properties .
Then run:
or:
you can find these scripts in package.json in the scripts property
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question