mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/vite: add safari18 and chrome131 to targets
This commit is contained in:
parent
b4e7efa799
commit
c6f8d55201
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import svgr from "vite-plugin-svgr"
|
|||
export default defineConfig({
|
||||
base: "./",
|
||||
build: {
|
||||
target: ["esnext", "firefox128"],
|
||||
target: ["esnext", "firefox128", "chrome131", "safari18"],
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: id => {
|
||||
|
|
Loading…
Add table
Reference in a new issue