javascript-examples icon indicating copy to clipboard operation
javascript-examples copied to clipboard

Remove unneeded files from the build

Open mmacfadden opened this issue 5 years ago • 0 comments

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.

mmacfadden avatar Jan 07 '20 16:01 mmacfadden