mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix development webpack target for live reload
This commit is contained in:
parent
5d38d09982
commit
066690dd8b
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue