mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 09:58:18 -07:00
Use recommended devtool for development builds
This commit is contained in:
parent
e4a2d7513b
commit
15b4842c4f
@ -6,7 +6,7 @@ module.exports = merge(common, {
|
||||
target: process.env.WEBPACK_SERVE ? 'web' : 'browserslist',
|
||||
mode: 'development',
|
||||
entry: { 'main.jellyfin': './scripts/site.js' },
|
||||
devtool: 'source-map',
|
||||
devtool: 'eval',
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user