Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions _scripts/webpack.web.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const config = {
filename: '[name].js',
},
externals: {
'youtubei.js': '{}'
'youtubei.js': '{}',
googlevideo: '{}'
},
module: {
rules: [
Expand Down Expand Up @@ -131,7 +132,7 @@ const config = {
'process.env.SWIPER_VERSION': `'${swiperVersion}'`
}),
new webpack.ProvidePlugin({
process: 'process/browser'
process: 'process/browser.js'
}),
new HtmlWebpackPlugin({
excludeChunks: ['processTaskWorker'],
Expand Down
2 changes: 2 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": "./",
"module": "esnext",
"moduleResolution": "bundler",
"paths": {
"DB_HANDLERS_ELECTRON_RENDERER_OR_WEB": [
"src/datastores/handlers/electron",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"autolinker": "^4.1.5",
"bgutils-js": "^3.2.0",
"electron-context-menu": "^4.1.0",
"googlevideo": "^4.0.2",
"marked": "^16.1.1",
"portal-vue": "^2.1.7",
"process": "^0.11.10",
Expand Down
Loading
Loading