What is Webpack?
Bundles…
How do you add a devDependency to a package?
npm install –save-dev
What is an NPM script?
Script that automates tasks by calling is “name” in the CLI.
How do you execute Webpack with npm run?
“npm run build” (or the name of the script).