liquid-labs / sdlc-resource-babel-and-rollup

undefined
Apache License 2.0
0 stars 1 forks source link

Document polyfill support #21

Closed zanerock closed 2 months ago

zanerock commented 2 months ago

Overview

We've run into a problem where code that includes structuredClone doesn't work on node <17.0 because it's not there yet. Babel should polyfill as necessary...

BUT, after extensive fiddling and searching, we could not find a way to make this happen sanely, so we documented our attempts and the need to manually include necessary polyfills.

zanerock commented 2 months ago

Work for this issue will begin begin on branch work-liquid-labs/sdlc-resource-babel-and-rollup/21.