VeryGoodOpenSource / very_good_flame_game

A Very Good Flutter Starter Flame Game created by the Very Good Ventures Team 🦄
https://brickhub.dev/bricks/very_good_flame_game
MIT License
85 stars 11 forks source link

chore: can't publish due to Mason 2MB limit #138

Closed alestiago closed 9 months ago

alestiago commented 9 months ago

Description

Upon publishing with mason publish the following error is thrown:

Your bundle is 2.585 MB. Hosted bricks must be smaller than 2.0 MB.

Steps To Reproduce

  1. Attempt to publish on BrickHub:

    mason publish --directory brick/
  2. See warning:

    Your bundle is 2.585 MB. Hosted bricks must be smaller than 2.0 MB.

Expected Behavior Publishing should succeed and not throw an error.

alestiago commented 9 months ago

Blocking #135