Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

v2.5.0

Compare
Choose a tag to compare
@JasonBoy JasonBoy released this 05 Jul 07:10
· 238 commits to master since this release

🎉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 for npm run deploy -- 1

🛠 Updates & Fixes

  • 📉 Extract SSR renderer logic from routes
  • 🚚 Move ssr folder to src
  • ⚡️ Inline app entry css in production mode
  • ✂️ Remove unused webpack plugins in webpack4
  • 📦 Update Dockerfile, add node-v10 to travis
  • 🗑 Clean up code