mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add inline sourcemaps to webpack
This commit is contained in:
parent
33f19c0bef
commit
46e145baba
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ module.exports = merge(common, {
|
|||
path: path.resolve(__dirname, "dist"),
|
||||
libraryTarget: "amd-require"
|
||||
},
|
||||
devtool: '#inline-source-map',
|
||||
devtool: 'inline-source-map',
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue