mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unnecessary static content configuration
This commit is contained in:
parent
f1d4cec6ab
commit
00f1171df5
1 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
const path = require('path');
|
||||
const common = require('./webpack.common');
|
||||
const { merge } = require('webpack-merge');
|
||||
|
||||
|
@ -25,7 +24,6 @@ module.exports = merge(common, {
|
|||
]
|
||||
},
|
||||
devServer: {
|
||||
contentBase: path.join(__dirname, 'dist'),
|
||||
compress: true
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue