mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Workaround emitter issue until upstream vite has a fix.
See https://github.com/vitejs/vite/issues/10542
This commit is contained in:
parent
ce48bd55f1
commit
aaf1ca48b2
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ export default defineConfig({
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
"@": path.resolve(__dirname, "./src"),
|
"@": path.resolve(__dirname, "./src"),
|
||||||
|
emitter: "node_modules/emitter-component/index.js",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue