mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
update build targets to require BigInt
This commit is contained in:
parent
a35769d10d
commit
318a9f9220
@ -5,4 +5,9 @@ import vue from '@vitejs/plugin-vue'
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
base: "./",
|
||||
build: {
|
||||
target: [
|
||||
"chrome87", "edge88", "firefox78", "safari14"
|
||||
]
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user