| Observation #1: To build a webpack project, for example[1], run `npx webpack`. To test this, clone the project[1], and in "src/index.js" file change "webpack" to "John". Rebuild and open the file "dist/index.html" to display the changes. [1] https://github.com/jstaffor/webpack-getting-started |