Hi, has anyone ever used a bundler with tree shaki...
# typescript
c
Hi, has anyone ever used a bundler with tree shaking to create a single js file to execute against? I'm using esbuild:
Copy code
../node_modules/esbuild/bin/esbuild ../src/index.js --bundle --outfile=index.js --platform=node --tsconfig=../tsconfig.json --target=node12