Skip to content

Simple webpack config with babel, scss, and lodash

Notifications You must be signed in to change notification settings

Kirkusik/webpack-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-starter-config

Simple webpack configuration with babel, sass and webpack-dev-server.

Js and css will minify in production mode.

Development mode

npm start

In this mode *.css and *.js will remove from /public folder.

Production mode

npm run build

Assets (*.css and *.js) will save in /public folder.

About

Simple webpack config with babel, scss, and lodash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • HTML 10.1%
  • CSS 4.0%