This repository was archived by the owner on May 19, 2025. It is now read-only.
v2.5.0
🎉New Features, Mainly for webpack 4
- 🆙 Migrate to webpack v4
- 🆙 Upgrade
winston
to v3 - ✨ Add preload plugin for better init performance
- 👷Support
app-config.js
located on project root, cheers 🍻 - 🚀Add SSR simple cache implementation
- 👽Add npm script
deploy:noinstall
, an alias fornpm run deploy -- 1
🛠 Updates & Fixes
- 📉 Extract SSR renderer logic from routes
- 🚚 Move
ssr
folder tosrc
- ⚡️ Inline
app
entry css in production mode - ✂️ Remove unused webpack plugins in webpack4
- 📦 Update Dockerfile, add node-v10 to travis
- 🗑 Clean up code