From ba57a7cdd6ecf3e0b7f40e490e2aca987e127461 Mon Sep 17 00:00:00 2001 From: Amir Panahandeh Date: Tue, 2 Jan 2024 00:09:57 +0330 Subject: [PATCH] Disable tree shaking --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 4fc10733..3560ab47 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -31,7 +31,7 @@ jobs: - name: Build demo for web run: | cd packages/fleather/example - flutter build web + flutter build web --no-tree-shake-icons - name: Archive the demo build uses: actions/upload-artifact@v3 with: