Closed erwinmombay closed 2 years ago
typescript migration We can now write seamlessly write TypeScript. More info re. migrating Bento to come this week.
ssr
other
Last week we had feared that esbuild
may be transpiling our esm since we set target to es6
.
We don't want esbuild to transpile anything.
Via inspecting esbuild source and verifying with a PR (https://github.com/ampproject/amphtml/pull/37375), confirmed that this isn't happening. We can set target: 'esnext'
with no change to any of our binaries.
amp-story-dvh-polyfill
script to be before any css to possibly mitigate CLS (https://github.com/ampproject/amp-toolbox/pull/1274)
What was accomplished
Lessons Learned
What's Next