wix / stylable

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

feat: added a `.mjs` pure runtime to dist #2891

Closed barak007 closed 11 months ago

barak007 commented 11 months ago

Our current runtime output is only compatible with bundlers. When running in Node.js esm modules, we need to use the .mjs version of our code, because our package is not currently set to type: module.