Closed drborges closed 6 years ago
Resolves #10
Webpack is now configured with:
babel-polyfill
["transform-runtime", { "polyfill": false }]
The final gzipped bundle is ~14.8 kb.
Resolves #10
Webpack is now configured with:
babel-polyfill
was replaced by["transform-runtime", { "polyfill": false }]
greatly readucing the final bundle size.The final gzipped bundle is ~14.8 kb.