What is webpack?
How do you add a devDependency to a package?
- or, manually add under the devDependency attribute within package.json
What is an NPM script?
Adds snippets of command line code to run with npm run ‘ ‘
How do you execute webpack with ‘npm run’?