mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 16:33:35 -03:00
Fix development webpack target for live reload
This commit is contained in:
@@ -3,6 +3,8 @@ const common = require('./webpack.common');
|
||||
const merge = require('webpack-merge');
|
||||
|
||||
module.exports = merge(common, {
|
||||
// In order for live reload to work we must use "web" as the target not "browserlist"
|
||||
target: 'web',
|
||||
mode: 'development',
|
||||
entry: './scripts/site.js',
|
||||
devtool: 'source-map',
|
||||
|
||||
Reference in New Issue
Block a user