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
loadEnv
@rsbuild/core
node: 18.19.1 typescript: 4.9.5 @rsbuild/core: 1.0.0
loadEnv is not exported in 1.0.0, but works fine in v0.7.9. Is there any breaking changes for loadEnv? I can't find any in the releases page.
1.0.0
v0.7.9
The text was updated successfully, but these errors were encountered:
@rsbuild/core: 1.0.0 is a deprecated version, please use another version
@rsbuild/core: 1.0.0
Sorry, something went wrong.
@chenjiahan Ok, it's work. Thanks.
I think the team should deprecated it manually using npm deprecate. Or in hardcore way unpublish the v1.0.0.
npm deprecate
v1.0.0
It was been deprecated by npm deprecate in 8 months ago, you may have missed the npm log in the terminal.
npm does not allow to unpublish a version
No branches or pull requests
Version
Details
loadEnv
is not exported in1.0.0
, but works fine inv0.7.9
. Is there any breaking changes forloadEnv
? I can't find any in the releases page.Reproduce Steps
The text was updated successfully, but these errors were encountered: