webpack-intro Flashcards
1
Q
What is Webpack?
A
is a module bundler that manages all your files for the front end.
2
Q
How do you add a devDependency to a package?
A
npm install –save-dev package name
3
Q
What is an NPM script?
A
script that automates tasks.
4
Q
How do you execute Webpack with npm run?
A
npm run build