Skip to content

danielvdspuy/learn-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time to learn Webpack…

Self-education excercise, innit fam

Take it for a spin

Install prerequisites

Clone repository

git clone https://github.com/danielvdspuy/learn-webpack.git

Install dependencies

cd learn-webpack
npm install

Run desired build script

# Cleans dist folder
npm run clean
# Watch project for changes and rebuild/LiveReload
npm run watch
# Webpack build (development)
npm run build
# Webpack build (production)
npm run build:production

About

Just a bit of self-education on Webpack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published