FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: identify dependencies that might require the --no-tree-shake-icons flag by emwp · Pull Request #7724 · firebase/firebase-tools · GitHub

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

Merged
emwp merged 15 commits into
masterfrom
fix/flutter-tree-shake
Oct 11, 2024
Merged

fix: identify dependencies that might require the --no-tree-shake-icons flag#7724
emwp merged 15 commits into
masterfrom
fix/flutter-tree-shake

Conversation

emwp commented Sep 24, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

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

Comment thread src/frameworks/flutter/index.ts Outdated
Comment thread src/frameworks/flutter/utils.ts Outdated
Comment thread src/frameworks/flutter/utils.ts Outdated

jamesdaniels left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

leoortizz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM!

Comment thread CHANGELOG.md Outdated
emwp and others added 2 commits October 10, 2024 19:24
Co-authored-by: Leonardo Ortiz <leo@monogram.io>
Comment thread CHANGELOG.md Outdated
Co-authored-by: Leonardo Ortiz <leo@monogram.io>
emwp enabled auto-merge (squash) October 11, 2024 01:55
emwp merged commit cfec667 into master Oct 11, 2024
leoortizz deleted the fix/flutter-tree-shake branch October 11, 2024 04:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL