Video improvements

This commit is contained in:
Isaac
2024-11-08 16:26:01 +01:00
parent bae29f301e
commit 3797f3af4f
31 changed files with 773 additions and 314 deletions

View File

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