Gareth Trufitt

Results 4 comments of Gareth Trufitt

Discussing with @zeftilldeath to make a call and / or design decision on this.

Note that on DCR we're actually [generating two bundles](https://github.com/guardian/dotcom-rendering/blob/master/scripts/webpack/browser.js#L92). One is what you describe, the other is using https://github.com/babel/preset-modules which will bundle for browsers that support `type="module"` and therefore reduce...

> what is the difference in terms of % of code when comparing the `preset-modules` bundle with the `preset-env` bundle? You can see this as it's tracked on any PR...