sugaroverflow / drone-companion-app

collaboration project between Code for Canada + Transport Canada
MIT License
1 stars 3 forks source link

Optimize Webpack assets #142

Open sugaroverflow opened 5 years ago

sugaroverflow commented 5 years ago

Look into and optimize webpack assets

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  bundle.js (1.06 MiB)

Look into and potentially use https://packtracker.io to report them for each PR for assessments.

jondavidjohn commented 5 years ago

I built a tool to help you analyze webpack bundles for size regressions, and report them directly to GitHub PRs. It's free for open source, so it might be worth checking out and helpful in this scenario.

https://packtracker.io

image

sugaroverflow commented 5 years ago

@jondavidjohn hi, packtracker looks super useful - thank you for stopping by to share this!