Add `default` export to CJS
ai opened this issue · 1 comments
ai commented
picocolors.browser.cjs
and other cjs
should have default
export to be ready for bugs like postcss/autoprefixer#1425
For instance, module.exports.default = module.exports
will fix the case.
alexeyraspopov commented
Good lord, those CJS compatibility issues are blowing my mind...