Preact Starter Versions Save

Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact

v1.4.0

6 years ago

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

  • Upgraded (dev)dependencies to latest minor or patch versions: b864fc5, 87dcb6d, 97bb802

v1.3.0

6 years ago

Minor Changes

  • Upgrade to Preact v8.2.1 🥇: efe1793
  • Upgrade to Webpack v3.4.1 🎉: aa2ae47
  • Use ganalytics to replace official script: f5fb280, d6cf0f7

Patches

v1.2.0

6 years ago

Notable Changes

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

Patches

  • Update README language: 9d233cd, 2bdc4e1
  • Update to [email protected]: ff893ed
  • Update all devDependencies: 521ffde, 64fab86
  • Move SASS/styles loader options: 2823a5e
  • Fix babili bug: not used in production: 2823a5e

v1.1.1

7 years ago

Patches

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

v1.1.0

7 years ago

Minor Changes

v1.0.0

7 years ago

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