From 69c886caf6b0f06b8d974b68ca24677262c01415 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 1 Sep 2022 01:33:06 -0600 Subject: [PATCH] Trim some bloat --- scripts/remove_bloat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/remove_bloat.sh b/scripts/remove_bloat.sh index a6e42ac..ac23d01 100755 --- a/scripts/remove_bloat.sh +++ b/scripts/remove_bloat.sh @@ -11,8 +11,8 @@ DIR="$(pwd)/www/node_modules" cd $DIR rm -rf {ansicolors,buffer-from,cardinal,chartjs-color,chartjs-color-string,color-convert,color-name} rm -rf {concat-stream,core-util-is,csscolorparser,dom7,earcut,esprima,geojson-vt} -rm -rf {gl-matrix,grid-index,ieee754,inherits,isarray,kdbush,leaflet-geometryutil,minimist} -rm -rf {moment,murmurhash-js,path-to-regexp,pbf,potpack,process-nextick-args} +rm -rf {gl-matrix,grid-index,ieee754,inherits,isarray,kdbush,leaflet-geometryutil,@mapbox,mapbox-gl} +rm -rf {minimist,moment,murmurhash-js,path-to-regexp,pbf,potpack,process-nextick-args} rm -rf {protocol-buffers-schema,quickselect,readable-stream,redeyed,resolve-protobuf-schema} rm -rf {rw,safe-buffer,sharkdown,split,ssr-window,string_decoder,supercluster} rm -rf {template7,text-encoding,through,tinyqueue,ts-custom-error,typedarray}