Skip to content

Latest commit

 

History

History

01-webpack-basic-setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Basic Setup

Webpack Docs - Basic Setup

Key Concepts

  • Webpack is a bundler
  • You typically keep source code in a src directory and then have webpack put the bundled code in a dist directory
  • Use a configuration file to specify whatever options you need