vue-cli icon indicating copy to clipboard operation
vue-cli copied to clipboard

fix(SafariNomoduleFixPlugin):to solve the publicPath with the protocol missing a "/" character

Open yilihjy opened this issue 2 years ago • 3 comments

When using the publicPath option, if you use https:// or http://, the resulting fullSafariFixPath will be missing a /character (e.g. http://example.com/... will become http:/example.com...) This is commit to fix this issue.

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

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

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

  • [ ] Yes
  • [x] No

Other information: To solve https://github.com/vuejs/vue-cli/issues/6594

yilihjy avatar Jul 21 '22 15:07 yilihjy