🔧
This commit is contained in:
3
node_modules/vite/dist/node/constants.js
generated
vendored
3
node_modules/vite/dist/node/constants.js
generated
vendored
@@ -123,7 +123,8 @@ const KNOWN_ASSET_TYPES = [
|
||||
"txt"
|
||||
];
|
||||
const DEFAULT_ASSETS_RE = new RegExp(
|
||||
`\\.(` + KNOWN_ASSET_TYPES.join("|") + `)(\\?.*)?$`
|
||||
`\\.(` + KNOWN_ASSET_TYPES.join("|") + `)(\\?.*)?$`,
|
||||
"i"
|
||||
);
|
||||
const DEP_VERSION_RE = /[?&](v=[\w.-]+)\b/;
|
||||
const loopbackHosts = /* @__PURE__ */ new Set([
|
||||
|
||||
Reference in New Issue
Block a user