Skip to content

havinhthai/webpack2-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some Cheat Sheet:

  • Install: npm install -g webpack or npm install --save-dev webpack

  • Check version: npm view webpack verion

  • Bundle: webpack ./destinationSource ./bundleName

  • Use -p for production and -d for development

  • User --watch to watch file changes

  • Link global Webpack to project npm link webpack --save-dev

Useful

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published