Skip to content

Conversation

emwp
Copy link
Contributor

@emwp emwp commented Sep 24, 2024

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

  • Building with dependencies that would add the flag to the build command.
  • Building with no dependencies that would add the flag to the build command.

fixes #6197

Copy link
Member

@jamesdaniels jamesdaniels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. LGTM. Let's add changelog, i'll let @leoortizz shepherd the final approval and merge

Copy link
Member

@leoortizz leoortizz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Co-authored-by: Leonardo Ortiz <[email protected]>
@emwp emwp enabled auto-merge (squash) October 11, 2024 01:55
@emwp emwp merged commit cfec667 into master Oct 11, 2024
40 of 41 checks passed
@leoortizz leoortizz deleted the fix/flutter-tree-shake branch October 11, 2024 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not able to add custom paramters to flutter build in firebase hosting
3 participants