We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v8
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
enableClientSidePolyfills
The text was updated successfully, but these errors were encountered:
@Antonio-Laguna can we release something like v8.0.0-alpha.1 and v8.0.0-alpha.2 after each batch of changes?
v8.0.0-alpha.1
v8.0.0-alpha.2
I would like to make these changes available early but I wan't to avoid these showing up in npm outdated.
npm outdated
I have no idea how npm handles alpha versions.
npm
alpha
Sorry, something went wrong.
I should be able to do it by running these commands:
npm version premajor --preid alpha and then npm publish --tag alpha so we create a separate publish stream. See https://docs.npmjs.com/cli/v8/commands/npm-dist-tag
npm version premajor --preid alpha
npm publish --tag alpha
I think this should keep outdated from happening but I've never done this. We'll have to see!
outdated
This can now be closed as this has been released!
No branches or pull requests
enableClientSidePolyfills
#454The text was updated successfully, but these errors were encountered: