What is Webpack?
used to compile JS modules
it’s a static module bunder for modern JS applications
Take script files and bundle into one
How do you add a devDependency to a package?
npm install –save-dev fileName
What is an NPM script?
a convenient way to bundle common shell commands
terminal commands that perform a set of actions
How do you execute Webpack with npm run?
npm run build