Skip to content

naveed547/WebpackStart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebpackStart

Webpack default task required for any project

How to run project?
-Clone the project
-Run npm install
-Run webpack(npm run build) or webpack -p(npm run start)

What this project do?
-Compile es6,ts to js
-Compile less to css
-Image optimisation
-Concatenate the js
-Minify the js
-Tree shaking
-Stop webpack build when there is any errors
-Extract css from the build file
-Generate a seperate file which contains common redudant code of webpack

About

Webpack default task required for any project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published