Skip to content

optimization

ed eustace edited this page Dec 22, 2016 · 7 revisions

Optimization

See: webpack/docs/wiki/optimization.

Things to try:

  • reducing duplication in bundle
  • minification of bundle - getting uglifyjs error atm
  • gzipping of bundle
  • support for externals

Clone this wiki locally