update build targets to require BigInt

This commit is contained in:
joshuaboud 2022-06-15 17:15:02 -03:00
parent a35769d10d
commit 318a9f9220
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -5,4 +5,9 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
base: "./",
build: {
target: [
"chrome87", "edge88", "firefox78", "safari14"
]
}
})