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
Presently the build copies entire node_modules modules into the build, when in reality only a subset of files is needed from each module. The result is a pretty fat build / container. We should trim the fat to make the container smaller.
The text was updated successfully, but these errors were encountered:
Presently the build copies entire node_modules modules into the build, when in reality only a subset of files is needed from each module. The result is a pretty fat build / container. We should trim the fat to make the container smaller.
The text was updated successfully, but these errors were encountered: