You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build version (in /dist) is quite large with 189 KB. My guess is that the polyfills and Babel cause a lot of overhead since the code in /src ist ~8KB (non-minified).
Analyse the webpack file with source-map-explorer
Do we need all Web component polyfills?
Is it possible to provide a ES6 module that be be included in a project without the overhead from Babel?
The text was updated successfully, but these errors were encountered:
The build version (in /dist) is quite large with 189 KB. My guess is that the polyfills and Babel cause a lot of overhead since the code in /src ist ~8KB (non-minified).
The text was updated successfully, but these errors were encountered: