mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-20 00:59:17 +08:00
If create-react-app project is ejected and webpack configuration is modified to multi build setup FileSizeReporter would fail. In those situations `webpackStats` parameter would contain stats array for each build. This fix will try to access stats and then falls back to using plaing webpackStats object.