Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoyun committed Jul 21, 2024
1 parent 4675dec commit 7488568
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Asset Files
- Bundle: bundle.js
- Manifest: main.LAST_HASH.hot-update.json, size: 28
- Update: main.LAST_HASH.hot-update.js, size: 6792
- Update: main.LAST_HASH.hot-update.js, size: 6774

## Manifest

Expand Down Expand Up @@ -137,14 +137,13 @@ function updateCss(el, url) {
}
}
function getReloadUrl(href, src) {
let ret;
let ret = "";
href = normalizeUrlFn(href);
src.some(url => {
if (href.indexOf(src) > -1) {
ret = url;
}
});
//@ts-expect-error
return ret;
}
function reloadStyle(src) {
Expand Down

0 comments on commit 7488568

Please sign in to comment.