You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This starter kit contains all the build tooling and configuration you need to ki
24
24
- 🌍 Server Side Rendering.
25
25
- 😎 Progressive Web Application ready, with offline support, via a Service Worker.
26
26
- 🐘 Long term browser caching of assets with automated cache invalidation.
27
-
- 📦 All source is bundled using Webpack v2.
27
+
- 📦 All source is bundled using Webpack v3.
28
28
- 🚀 Full ES2017+ support - use the exact same JS syntax across the entire project. No more folder context switching! We also only use syntax that is stage-3 or later in the TC39 process.
29
29
- 🔧 Centralised application configuration with helpers to avoid boilerplate in your code. Also has support for environment specific configuration files.
30
30
- 🔥 Extreme live development - hot reloading of ALL changes to client/server source, with auto development server restarts when your application configuration changes. All this with a high level of error tolerance and verbose logging to the console.
0 commit comments