Skip to content

Commit

Permalink
add workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalglowacz committed Dec 2, 2024
1 parent 1d4f182 commit 5ea025c
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
}
},
"vueCompilerOptions": {
"target": 2.7
"target": 2.7,
"optionsWrapper": [
"(await import('@vue/runtime-dom')).defineComponent(",
")"
]
}
}
42 changes: 42 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"devDependencies": {
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue2": "^1.1.2",
"@vue/runtime-dom": "^3.5.13",
"terser": "^5.14.2",
"vite": "^3.0.2"
}
Expand Down

0 comments on commit 5ea025c

Please sign in to comment.