Domenik Reitzner

Results 15 comments of Domenik Reitzner

My approach which only loads legacy code for older browsers. ``` { // all polyfills are referenced here input: 'src/polyfill.js', output: { sourcemap: true, format: 'iife', name: 'app', file: 'public/legacy/polyfill.js'...

you can get a `...` in your markup, which behaves differently. `` can't do the following with SVG: - animate parts of the svg - style parts of the svg

I think this does some of the stuff implemented in #1810

This is already the case in squoosh. The types where added manually (or generated somehow) Original commit: https://github.com/GoogleChromeLabs/squoosh/commit/273b4211c9f9a9fcd8c5186332b0fb521b963479

Same issue when using `nuxtApp.provide('helpers', helpers);` (which I guess has the same logic under the hood.