Skip to content
Closed
Show file tree
Hide file tree
Changes from 6 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 @@ -126,7 +127,7 @@ const config = {
'process.env.SWIPER_VERSION': `'${swiperVersion}'`
}),
new webpack.ProvidePlugin({
process: 'process/browser'
process: 'process/browser.js'
}),
new HtmlWebpackPlugin({
excludeChunks: ['processTaskWorker'],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"autolinker": "^4.1.0",
"bgutils-js": "^3.2.0",
"electron-context-menu": "^4.0.5",
"googlevideo": "^3.0.0",
"marked": "^15.0.7",
"path-browserify": "^1.0.1",
"portal-vue": "^2.1.7",
Expand Down
Loading