I'm learning react, and in the video-lessons I'm seeing, it tells me to install the global webpack:
npm i -g webpack
The installation was successful.
Only in the video is created a directory dist
with file bundle.js
only in my project these files do not appear. how do I generate them?