Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: identify dependencies that might require the --no-tree-shake-icons flag #7724

Merged
merged 15 commits into from
Oct 11, 2024

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

src/frameworks/flutter/index.ts Outdated Show resolved Hide resolved
src/frameworks/flutter/utils.ts Outdated Show resolved Hide resolved
src/frameworks/flutter/utils.ts Outdated Show resolved Hide resolved
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

src/frameworks/flutter/index.ts Outdated Show resolved Hide resolved
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!

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
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