-
Notifications
You must be signed in to change notification settings - Fork 491
Conversation
Consider using |
@web-padawan should be like this, right? "files": [
"bundles/**/*",
"entrypoints/**/*",
"custom-elements-es5-adapter.js",
"webcomponents-bundle.js",
"webcomponents-bundle.js.map",
"webcomponents-loader.js"
] Or am I leaving something? |
Hmm, is package size a concern? |
@azakus Less is better. And we would save ourselves problems like having to ignore the |
Rebased on master and updated PR branch! :) |
+1 on reducing package size. This seems to be what most other npm packages do (request, redux, sw-precache, and more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a good change to me.
Thanks for the review, @TimvdLippe! |
Thanks! |
Fixes #928.
This reduces the package size.