Victor Heringer

Results 5 comments of Victor Heringer

I think this is not a clean solution, but maybe can help. ```javascript import { faTimes } from '@fortawesome/free-solid-svg-icons' import { faGithub } from '@fortawesome/free-brands-svg-icons' import { library } from...

So, I was having the same problem and after commenting the ```splitChunks``` at ```webpack.config.prod.js```: ```js //splitChunks: { // chunks: 'all', // name: false, //}, ``` It did the trick to...

Using [Stencil](https://stenciljs.com/) may be a better option than Polymer or React, it compiles to standards custom elements.

@equinusocio Actually you don't. Stencil produces Vanilla JS, so you can distribute the components without any dependency. Yeah it adds one-way data binding, lazy-loading, etc but all goes together when...

I guess this is related to this issue https://github.com/victorheringer/planning-poker-deck/projects/1#card-70483415 would be amazing if you can send a fix 😁