-
-
Notifications
You must be signed in to change notification settings - Fork 132
fix: build cache ignored for smaller bundle size #1194
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
Conversation
✅ Deploy Preview for modest-rosalind-098b67 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for asyncapi-studio-design-system ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
Hey @Shurtu-gal done with changes. Sorry for delay. Thanks. |
|
Tbh would still need to reduce cli node modules more. Let me mull on this a bit. You can do the same as well. |
Sure, let's keep that issue open. Thanks. |



Description
This pull request introduces the changes to update the
filesfield in theapps/studio/package.jsonfile to include only the necessary files and not thecachefiles in order to reduce the package size and bundle size.Resolves #1193
Changes to
filesfield inpackage.json:/buildwith a comprehensive list of specific build files and subdirectories, such as/build/server,/build/standalone, and/build/static, among others. This provides finer-grained control over the included build artifacts.Screenshots of package size taken up in
clibystudioafter removing cache files.