ProjectEvergreen / wcc

Experimental native Web Components compiler.
https://merry-caramel-524e61.netlify.app
90 stars 7 forks source link

drop support for CommonJS distribution #134

Open thescientist13 opened 10 months ago

thescientist13 commented 10 months ago

Summary

I think by the time this project hits 1.0, we can probably be OK dropping the CJS bundle. It was only really needed for this 11ty plugin but now 11ty supports ESM as of v3.0.0.

Details

With this we can can remove

One thought: maybe it would be good to keep a build script around just to make sure there are no build issues, like we are seeing with #93?