1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add crash reporter

This commit is contained in:
Bill Thornton 2023-10-27 00:20:07 -04:00
parent f6bc738bcb
commit 256c2412e0
6 changed files with 192 additions and 12 deletions

View file

@ -45,7 +45,8 @@ const config = {
target: 'browserslist',
entry: {
'main.jellyfin': './index.jsx',
...THEMES_BY_ID
...THEMES_BY_ID,
'crashReporter': './crashReporter/index.ts'
},
resolve: {
extensions: ['.tsx', '.ts', '.js'],
@ -74,7 +75,8 @@ const config = {
hash: true,
chunks: [
'main.jellyfin',
'serviceworker'
'serviceworker',
'crashReporter'
]
}),
new CopyPlugin({