mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 16:33:35 -03:00
Remove unnecessary static content configuration
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user