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

fix: pwa-plugin avoid generating manifest when path is an URL #5089

Merged
merged 1 commit into from Jan 28, 2020
Merged

fix: pwa-plugin avoid generating manifest when path is an URL #5089

merged 1 commit into from Jan 28, 2020

Conversation

tkint
Copy link
Contributor

@tkint tkint commented Jan 17, 2020

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Docs
  • Underlying tools
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

Other information:

This PR is a bug fix which occure when you specify an URL inside the config's manifestPath option.

The bug is not blocking the vue-cli-service build command, but it throws a misleading error because it attemps to create a directory for the manifest, which is impossible when it is a full URL.

@tkint tkint marked this pull request as ready for review January 17, 2020 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants