What is Webpack?
webpack is a modules bundler.
How do you add a devDependency to a package?
npm install –save-dev
What is an NPM script?
The “scripts” property of the package.json file.
How do you execute Webpack with npm run?
npm run ‘fileName’ Ex: npm run build