You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So basically yarn add --dev style-inject or yarn add --dev rollup-plugin-postcss gets the user an old version of the code which in my case failed Closure Compiler tests (I'll submit another issue about that shortly).
The text was updated successfully, but these errors were encountered:
subz390
changed the title
The NPM and Github source is different but same package version?
The CDN and Github source is different but same package version?
Jun 25, 2020
Hi I think there's a problem with the release.
yarnpkg
CDN source that you've already fixed here in GitHub (three years ogo)Different Code - Same v0.3.0 package
yarn add --dev style-inject
gets you this versionhttps://registry.yarnpkg.com/style-inject/-/style-inject-0.3.0.tgz#d21c477affec91811cc82355832a700d22bf8dd3
This has the issue of
ref.insertAt
can be an uncaught inexistant property, which I see you've fixed already in the current GitHub version.yarn add --dev https://github.com/egoist/style-inject.git
gets you also v0.3.0 but it's source is different;Summary
So basically
yarn add --dev style-inject
oryarn add --dev rollup-plugin-postcss
gets the user an old version of the code which in my case failed Closure Compiler tests (I'll submit another issue about that shortly).More
I also checked other repos and they have the same difference.
https://www.jsdelivr.com/package/npm/style-inject
https://registry.npmjs.org/style-inject/-/style-inject-0.3.0.tgz
The text was updated successfully, but these errors were encountered: