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:
parent
f6bc738bcb
commit
256c2412e0
6 changed files with 192 additions and 12 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue