We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When I build the project to have an idea of the size when deployed to production, it generates a "main.bundle.js" file of about 3MB.
I'm using "npm build" which in turn runs "webpack --progress".
Do you know how could I reduce the size of the file? Could I remove some dependencies not needed in Prod?
Thank you for the great work!
When I build the project to have an idea of the size when deployed to production, it generates a "main.bundle.js" file of about 3MB.
I'm using "npm build" which in turn runs "webpack --progress".
Do you know how could I reduce the size of the file? Could I remove some dependencies not needed in Prod?
Thank you for the great work!