From c69b8933ab6d7933055cbfa248b58bd2e5d09fb0 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 25 Dec 2019 21:14:27 -0700 Subject: [PATCH] Fix build error --- scripts/remove_bloat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove_bloat.sh b/scripts/remove_bloat.sh index 9558c35..c7eab74 100755 --- a/scripts/remove_bloat.sh +++ b/scripts/remove_bloat.sh @@ -9,7 +9,7 @@ pwd cd www/node_modules rm -rf {ansicolors,buffer-from,concat-stream,core-util-is,csscolorparser} rm -rf {dom7,earcut,geojson-vt,gl-matrix,grid-index,ieee754,inherits,isarray} -rm -rf {kdbush,@mapbox,minimist,murmurhash-js,path-to-regexp,pbf,potpack,process-nextick-args} +rm -rf {kdbush,minimist,murmurhash-js,path-to-regexp,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}