Learningfuze Bootcamp > webpack-intro > Flashcards
What is Webpack?
JavaScript module bundler.
How do you add a devDependency to a package?
npm install –save-dev (-D is the same/shortcut)
What is an NPM script?
built-in scripts ?
How do you execute Webpack with npm run?
npm run build