Skip to content

Releases: lukeed/preact-starter

v1.4.0

31 Oct 07:35
Compare
Choose a tag to compare

Minor Changes

  • Removed webpack-dashboard: 3407fd0
  • Added webpack.ModuleConcatenationPlugin to config: c2f46ff
  • Renamed service-worker.js to sw.js: 2866f5f
  • Generated minified Service Worker file: c7cb759

Patches

v1.3.0

26 Jul 20:41
Compare
Choose a tag to compare

Minor Changes

Patches

v1.2.0

10 Jul 22:03
Compare
Choose a tag to compare

Notable Changes

  • Update Preact to v8.1.0 🎉
  • Update Webpack to v3.1.0 🕺

Patches

v1.1.1

09 Feb 22:35
Compare
Choose a tag to compare

Patches

  • Fix undefined variable within config/webpack.js: a647d53

v1.1.0

09 Feb 00:08
Compare
Choose a tag to compare

Minor Changes

v1.0.0

08 Feb 19:53
Compare
Choose a tag to compare

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