mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
parent
6bc5c5a808
commit
23668ee74e
|
@ -84,5 +84,6 @@
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": false,
|
"singleQuote": false,
|
||||||
"endOfLine": "lf"
|
"endOfLine": "lf"
|
||||||
}
|
},
|
||||||
|
"packageManager": "pnpm@9.1.4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,7 @@ export default defineConfig({
|
||||||
modernPolyfills: true,
|
modernPolyfills: true,
|
||||||
polyfills: ["web.structured-clone"],
|
polyfills: ["web.structured-clone"],
|
||||||
additionalModernPolyfills: [
|
additionalModernPolyfills: [
|
||||||
|
"core-js/modules/es.object.has-own.js",
|
||||||
path.resolve("./src/polyfills/matchMedia.js"),
|
path.resolve("./src/polyfills/matchMedia.js"),
|
||||||
path.resolve("./src/polyfills/WeakRef.js"),
|
path.resolve("./src/polyfills/WeakRef.js"),
|
||||||
path.resolve("./src/polyfills/RegExp.js"),
|
path.resolve("./src/polyfills/RegExp.js"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user