Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

Set Up Webpack

📦 Examples for learning Webpack

Branch Info

  1. 📟 webpack-dev-server An example for webpack dev server
  2. 📁 file-loader An example of using file loader for loading files in webpack
  3. 🎑 image-loaders An example of using image loader for uploading images in webpack

Install Package

cd branch-name npm install

Run Webpack in development mode

npm run dev

Run Webpack in production mode

npm run prod

You can’t perform that action at this time.