Skip to content

v1.0.0

Compare
Choose a tag to compare
@lukeed lukeed released this 08 Feb 19:53
· 31 commits to master since this release

Major Changes

  • Modify index.js to allow for non-reload HMR 🎉: 024e54f
  • Use cross-env for cross platform consistency 💯: ff43142
  • Decrease production bundle size 🙌: ec92f76, 8a889f0
  • Upgrade Webpack from beta to stable ✅: 5d6354f

Minor Changes

  • Include preact/aliases example within Webpack config: 5280e27
  • Remove cacheId option for serviceWorker; problem w/ sequential deployments: d732191
  • Remove v8-lazy-parse plugin; now default in Webpack2: 22ef2b5

Patches