Skip to content

0.4

Compare
Choose a tag to compare
@shakyShane shakyShane released this 08 Nov 20:40
· 30 commits to master since this release

Demo

Note: The following is just a static representation of a Magento 2 homepage. It's there just to illustrate
the performance benefits that are possible when using the RequireJS Optimizer

https://laughing-darwin-eb1b63.netlify.com/

You can also look at the following 10 commits to see exactly how I reached a score 83 on Lighthouse https://github.com/shakyShane/m2-static/commits/master


fix

  • ensure duplicated are excluded from child bundles ed1a944
  • Config json / yml tree - build.json doesn't have all bundles - fixes #39 52be2cc
  • separate parsing of requirejs-config.js to enable use in wasm - fixes #38 27c59d0
  • don't apply fixes that can be applied by module-level requirejs-config.js - fixes #36 e0f656f
  • inline_text should be inlineText in build.json - fixes #35 24f7799
  • build.json should be optimize=uglify by default - fixes #34 f45c1b8
  • parse the entire requirejs-config.js file - fixes #32 19d44a5
  • should support a 'default' configuration (zero config) - fixes #29 6c7b4bb

misc

  • added E2E test to enable WASM module to work on 3 string inputs a208bb5

refactor

  • making the entire BuildConfig possible from string inputs only f5e637e

docs

  • add tip about the network cache 44c978b

readme

ci