Christian Bican

Results 3 comments of Christian Bican

I also need this feature. It would be great if the plugin would support something like ```yml cloudfront: distribution: 9c5785d3ece6a9cdefa4 invalidation_paths: - "index.html" - "somePath/**/*.js" ``` resulting in invalidation of...

Using functional components there is no flickering (https://github.com/m00k/stencil-render-performance/tree/functional-components). ```jsx {this.showNo === 0 && } {this.showNo === 1 && } {this.showNo === 2 && } {this.showNo === 3 && } ```...

@no-creative-name never got it to work either. checked back a couple times to see if later versions of stencil had solved this issue - but no luck. eventually moved on...