What is Webpack?
Webpack is a module bundler. It’s main purpose is to bundle JavaScript files for usage in a browser.
How do you add a devDependency to a package?
It adds packages that are only needed for local development and testing
What is an NPM script?
An NPM script is something we use to automate repetitive tasks.
How do you execute Webpack with npm run?
npm run build