wix / stylable

Stylable - CSS for components
https://stylable.io
MIT License
1.27k stars 62 forks source link

refactor: make core compatible with esm bundling #2839

Closed AviVahl closed 1 year ago

AviVahl commented 1 year ago

this ensures core can be bundled using esbuild to cjs/esm

idoros commented 1 year ago

Should we add some bundle test to ensure changes in the future preserve compatibility?

AviVahl commented 1 year ago

Once newer infra is in, we'll test to ensure each entry point evaluates successfully. Until then no need.