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

Use development mode for dev server

This commit is contained in:
MrTimscampi 2020-04-09 20:09:51 +02:00
parent ce84ead81f
commit ee09d9479b
4 changed files with 2 additions and 3 deletions

View file

@ -9,6 +9,7 @@ module.exports = merge(common, {
path: path.resolve(__dirname, "dist"),
libraryTarget: "amd-require"
},
devtool: '#inline-source-map',
module: {
rules: [
{