Fix deck options failing to show on Qt 5.14
https://forums.ankiweb.net/t/mac-intel-options-screen-doesnt-work-on-version-24-06-2-qt5/45819/8
This commit is contained in:
parent
b9a182d8e2
commit
a8e3b46edd
@ -28,6 +28,8 @@ export default defineConfig({
|
||||
},
|
||||
build: {
|
||||
reportCompressedSize: false,
|
||||
// defaults use chrome87, but we need 77 for qt 5.14
|
||||
target: ['es2020', 'edge88', 'firefox78', 'chrome77', 'safari14']
|
||||
},
|
||||
server: {
|
||||
host: "127.0.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user