meme-box
meme-box copied to clipboard
Investigate why a couple of modules are being added and if those could be removed
run build:server:wo:vm2
to get a stats.json which can be viewed by webpack-bundle-analyzer ncc/stats.json
Modules for example:
- handlebars
- busboy
- multiple tslib sub-modules
maybe a terser or something like rollup could be used to bundle / split out stuff ?
currently @vercel/ncc
is used to bundle the previous compiled to js code by ttsc