1
0
Fork 0
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:
Bill Thornton 2021-08-24 11:02:23 -04:00
parent f1d4cec6ab
commit 00f1171df5

View file

@ -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
}
});