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
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
Superagent is ~20kb (upon comparison webpack builds with and without it), so I suspect the majority of the increase is due to feathers and feathers-rest. Is there anyway (1) I can optimize Webpack to reduce my bundle filesize or (2) code changes to feathers to export less stuff?
The text was updated successfully, but these errors were encountered:
Another problem might be accidentally including feathers instead of feathers/client somewhere which will try to bundle browser builds for everything that comes with Express.
It appears to be an issue with my configuration. A sandboxed webpack build produces expected results (52.3kb) -- see petermikitsh/feathers-client-filesize.
Hi Feathers team,
When adding the following lines to my project, my webpack
bundle.js
file grows from629 kB
to2.06 MB
.Superagent is ~20kb (upon comparison webpack builds with and without it), so I suspect the majority of the increase is due to
feathers
andfeathers-rest
. Is there anyway (1) I can optimize Webpack to reduce my bundle filesize or (2) code changes to feathers to export less stuff?The text was updated successfully, but these errors were encountered: