What is Webpack?
webpack automatically build and infer your dependency graph based on what is imported and exported
lets you bundle your JavaScript applications
How do you add a devDependency to a package?
use the –save-dev flag
What is an NPM script?
set of instructions
How do you execute Webpack with npm run?
add a build script in package.json for webpack then npm run build