| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…flutter-tree-shake
…-tools into fix/flutter-tree-shake
There was a problem hiding this comment.
Thanks. LGTM. Let's add changelog, i'll let @leoortizz shepherd the final approval and merge
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
Co-authored-by: Leonardo Ortiz <leo@monogram.io>
…flutter-tree-shake
Co-authored-by: Leonardo Ortiz <leo@monogram.io>
| Back | FazBrowse Home | New Git URL |
Description
Related to this issue: #6197
Trying to identify dependencies that might require the --no-tree-shake-icons build flag.
Unfortunately can not allow users to pass arbitrary/custom flags when running the deploy function, so tried to identify dependencies that are likely to require the flag to build.
Scenarios Tested
fixes #6197