Skip to content
New issue

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

feat(build): honor custom component name for single file wc builds #1182

Merged
merged 1 commit into from
Apr 27, 2018

Conversation

dhensche
Copy link
Contributor

fixes #1146

Fixes issue that prevented single entry wc builds from honoring the --name argument.
The build process would just use the entry file name for the component name when registering the component previously

@yyx990803
Copy link
Member

Can you avoid auto-reformatting in the PR? It makes it difficult to review the actual changes.

@dhensche
Copy link
Contributor Author

sorry about that. I just disabled the format on save setting in vscode so hopefully this doesn't happen in future PRs 🤞

…ixes vuejs#1146)

Fixes issue that prevented single entry wc builds from honoring the `--name` argument.
The build process would just use the entry file name for the component name when registering the component previously
@yyx990803
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vue-cli-service build target wc not honoring name for registering custom element
2 participants