Skip to content

kodmigor/webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-template

simple webpack config

platform

nodejs

languages

  • html
  • sass
  • js-native

webpack loaders

  • babel-loader
  • style-loader
  • css-loader
  • sass-loader

webpack plugins

  • mini-css-extract-plugin
  • html-webpack-plugin
  • clean-webpack-plugin

run scripts

npm run ...
linux windows
dev dev_win
build build_win

dev / dev_win

command

webpack-dev-server

mode

development (sets by NODE_ENV=development)

webpack flags

  • --config (with webpack.config.js)
  • --open

build / build_win

command

webpack

mode

production (sets by NODE_ENV=development)

webpack flags

  • --config (with webpack.config.js)

About

js, sass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published