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
I have a component that I exported from my project. When I import it, there is an overrides object that appears in my package.json.
"overrides": { "bit.web/routes/home": { "env": { "compiler": "bit.web/compilers/react-flow@0.0.5" } } }
everything in this component is the same as in my project (including the compiler version).
bit shouldn't add the overrides object to my package.json
Bit version: 14.7.2 Node version: v10.15.3 npm / yarn version: 1.13.0 Platform: macOs Bit compiler (include version): bit.web/compilers/react-flow@0.0.5
The text was updated successfully, but these errors were encountered:
fix #2255, avoid adding overrides upon import when a component overri…
e221515
…des has not changed
f72d047
…des has not changed (#2257)
davidfirst
Successfully merging a pull request may close this issue.
Describe the bug
I have a component that I exported from my project. When I import it, there is an overrides object that appears in my package.json.
everything in this component is the same as in my project (including the compiler version).
Steps to Reproduce
Expected Behavior
bit shouldn't add the overrides object to my package.json
Specifications
Bit version: 14.7.2
Node version: v10.15.3
npm / yarn version: 1.13.0
Platform: macOs
Bit compiler (include version): bit.web/compilers/react-flow@0.0.5
The text was updated successfully, but these errors were encountered: