Skip to content

v2.3.0

Compare
Choose a tag to compare
@JasonBoy JasonBoy released this 01 Mar 04:18
· 315 commits to master since this release

👯New Features

  • 📦 Bundle analyzer with new npm scripts added
    • dev: npm run dev:wd use webpack-dashboard with HMR enabled
    • dev: npm run build:wd & npm run watch:wd, same as above
    • prod: npm run prod:analyze use bundle-analyzer in production build to analyze your bundle size
  • 📦 Bundle Optimization for lodash & moment package

🤖Improvements & Fixes

  • 🚀 Couple of more webpack optimizations based on webpack-libs-optimizations
  • 🚀 App configuration optimization, cache config instead of accessing process.env every time
  • 🛠 Request.js #addQueryString() no host prepend by default when add qs to url/path
  • 🐛 pm2 deploy script fix when checking the running app instance
  • ✏️ Readme update, add bundle anaylzer in Features Section