Open
Description
There is a project that has been written in Typescript.
bundle size with babel/preset-env
is 101.29KB minified & gzipped also bundle size with babel/preset-modules
is 100.27 KB minified & gzipped.
here is a repository that you can check:
sample-react-redux-typescript
I removed polyfills for a better comparison of bundle size.
you can run yarn analysis
for viewing bundle size.
node version: v12.12.0