meme-box icon indicating copy to clipboard operation
meme-box copied to clipboard

Investigate why a couple of modules are being added and if those could be removed

Open negue opened this issue 3 years ago • 0 comments

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

negue avatar May 17 '21 20:05 negue