Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 292 Bytes

File metadata and controls

6 lines (5 loc) · 292 Bytes

Features

  • babel-loader/babel-preset-env to transpile ES6+ code
  • extract-text-html-plugin to extract CSS as dedicated files
  • UglifyJsPlugin for minification with production environment variable (i.e. yarn run prod)
  • Generates unique hash for each .js / .css file (great for cache busting)