Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce file size of built version #8

Open
3 tasks
jonathanweiss opened this issue Jan 20, 2017 · 0 comments
Open
3 tasks

Reduce file size of built version #8

jonathanweiss opened this issue Jan 20, 2017 · 0 comments

Comments

@jonathanweiss
Copy link
Owner

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant