mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
clearify the usage of empty target
This commit is contained in:
parent
545383baf0
commit
7f412ef033
|
|
@ -123,6 +123,7 @@ export default defineConfig(({ mode }) => ({
|
|||
resolvers: [],
|
||||
}),
|
||||
legacy({
|
||||
//use empty array to target the oldest browsers possible
|
||||
targets: [],
|
||||
additionalLegacyPolyfills: [
|
||||
resolve(__dirname, "_src/lib/legacy-polyfill.js"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue