feat(deps): bundle youtubei.js (temporary solution) (#1292)

This commit is contained in:
JellyBrick
2023-10-09 21:30:53 +09:00
committed by GitHub
parent 8b7045fb1b
commit a22f7fed21
4 changed files with 255 additions and 18 deletions

View File

@ -59,7 +59,6 @@ export default defineConfig({
external: [
'electron',
'custom-electron-prompt',
'youtubei.js', // https://github.com/LuanRT/YouTube.js/pull/509
...builtinModules,
],
});