We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default
picocolors.browser.cjs and other cjs should have default export to be ready for bugs like postcss/autoprefixer#1425
picocolors.browser.cjs
cjs
For instance, module.exports.default = module.exports will fix the case.
module.exports.default = module.exports
The text was updated successfully, but these errors were encountered:
Good lord, those CJS compatibility issues are blowing my mind...
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
picocolors.browser.cjs
and othercjs
should havedefault
export to be ready for bugs like postcss/autoprefixer#1425For instance,
module.exports.default = module.exports
will fix the case.The text was updated successfully, but these errors were encountered: