The goal of Open Web Components is to allow everyone to have a powerful setup for sharing open source web components. To achieve this we ...
The goal of Open Web Components is to allow everyone to have a powerful setup for sharing open source web components. To achieve this we give a set of recommendations on how to facilitate such a component.
karma-webpack is a plugin for karma to bundle all needed files via webpack; but each test file was it's own bundle which would all be loa...
karma-webpack is a plugin for karma to bundle all needed files via webpack; but each test file was it's own bundle which would all be loaded in the same browser window. So if you imported the same custom element in 2 separate test it failed as it tried to register the componenten twice (which is not allowed).
After some experiments and nice feedback and testing from the community a complete rewrite and a new major version was the result
Webpack
Karma jasmine
View more
Webpack
Karma jasmine
View more