-
Notifications
You must be signed in to change notification settings - Fork 5
CDN #3
New issue
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
Comments
Automatic conversions don't work in all cases. This is the "official" version of postcss, that use deno native dependencies (with the exception of source-map) and runs the same tests, to ensure that it does not fail. |
Also I don't believe JSPM Skypack or Unpkg would actually work with this because it uses |
I actually use postcss in a deno project with esm.sh. Seems to work fine as for now, so I am wondering if there is any good reason to switch to this official version for that use case. |
CommonJS to ES conversions can be pretty buggy because of CJS's dynamic nature. As @oscarotero said, conversions like that don't always work. This gives a little more of a guarantee of stability because it is official and most likely the maintainers of PostCSS will be making sure that they stay compatible.
Check @oscarotero message in #1 |
Should we enable discussions on this repo then convert this to a discussion? Seems like a better way cc @oscarotero |
@shadowtime2000 No sure about that. This repo contains only the automatic conversion of the original node postcss code. Discussions for postcss should be in the main repository. The only relevant question in this repo is why using the deno code instead jspm/esm.js and creating a discussions section for only one topic makes no sense to me. |
Not an issue, but what is the advantage of this module over using a cdn like esm.sh, jspm.dev, skypack.dev or unpkg.com?
The text was updated successfully, but these errors were encountered: