Minify hls player

This commit is contained in:
Isaac
2024-10-11 21:26:03 +04:00
parent d6177b4bfb
commit 5d8021423c
18 changed files with 5408 additions and 29683 deletions

View File

@@ -0,0 +1,10 @@
const { merge } = require('webpack-merge');
const common = require('./webpack.common.js');
module.exports = merge(common, {
mode: 'development',
devtool: 'source-map',
devServer: {
static: './dist',
},
});