rc0122 > webpack > Flashcards
What is Webpack?
combines all the code files
How do you add a devDependency to a package?
–save-dev
What is an NPM script?
it allows u to run shortcut scripts
How do you execute Webpack with npm run?
u do npm run build