Skip to content

Webpack config for JavaScript project + development & production environments

Notifications You must be signed in to change notification settings

ArefShojaei/webpack-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Config 🔥

webpack logo javascript logo css3 logo html5 logo sass logo

How to use it ?

1️⃣ npm install
2️⃣ npm start ( Development ENV )
3️⃣ npm run build ( Production ENV )

Config Options :

⭐ Fast compiler

⭐ minifying CSS files

⭐ minifying JS files

⭐ minifying HTML files

⭐ Optimizing Assets

⭐ compiling SCSS to CSS

⭐ Handling Cache in the Browser ( Production Mode )

⭐ Development Server

⭐ Hot Module Replacement

⭐ Custom Path

+ more options ...