We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
Learn more about funding links in repositories.
Report abuse
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
3.4.1
https://github.com/elevatebart/test-vue-lib
MacOS, node 10, yarn 1.13
When using the followin code in my plugin, I get changes on the order of keys in packages.json. It is very unsetling for users.
api.extendPackage({ scripts: { styleguide: 'vue-cli-service styleguidist', 'styleguide:build': 'vue-cli-service styleguidist:build' } })
I expect the extendPackages touches only what it is intended to and leves the rest alone.
The folloing keys are moved to the end of the file: main, files, unpkg
Found while inverstigating vue-styleguidist/vue-cli-plugin-styleguidist#34
The text was updated successfully, but these errors were encountered:
peerDependencies is faulty here as well.
Sorry, something went wrong.
fix: add missing package keys to the sort array (issue #3509) (#3510)
6e9ba9b
Successfully merging a pull request may close this issue.
Version
3.4.1
Reproduction link
https://github.com/elevatebart/test-vue-lib
Environment info
Steps to reproduce
When using the followin code in my plugin, I get changes on the order of keys in packages.json. It is very unsetling for users.
What is expected?
I expect the extendPackages touches only what it is intended to and leves the rest alone.
What is actually happening?
The folloing keys are moved to the end of the file:
main, files, unpkg
Found while inverstigating vue-styleguidist/vue-cli-plugin-styleguidist#34
The text was updated successfully, but these errors were encountered: