javascript-examples
javascript-examples copied to clipboard
Remove unneeded files from the build
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.