You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if you're aware but the folder InitSetup you've added to it increased the libs size by a huge amount.
From what I see, these are only CLI commands, so it would be cool if, when running composer install --no-dev (production build), this folder would be excluded from bundling, as it's not important for the production build of any theme/plugin.
I only noticed this because I went to update a plugin, and noticed that my zip size went from 12MB to 28MB, which was super suspicious.
The text was updated successfully, but these errors were encountered:
I don't think there are script events that target --no-dev install, but there is post-autoload-dump, which could be used to trigger some script that will clean any file that is not needed for production?
Not sure if you're aware but the folder InitSetup you've added to it increased the libs size by a huge amount.
From what I see, these are only CLI commands, so it would be cool if, when running
composer install --no-dev
(production build), this folder would be excluded from bundling, as it's not important for the production build of any theme/plugin.I only noticed this because I went to update a plugin, and noticed that my zip size went from 12MB to 28MB, which was super suspicious.
The text was updated successfully, but these errors were encountered: