mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
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
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
reportCompressedSize: false,
|
reportCompressedSize: false,
|
||||||
|
// defaults use chrome87, but we need 77 for qt 5.14
|
||||||
|
target: ['es2020', 'edge88', 'firefox78', 'chrome77', 'safari14']
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
host: "127.0.0.1",
|
host: "127.0.0.1",
|
||||||
|
|
Loading…
Reference in a new issue