This commit is contained in:
sebseb7
2025-12-23 06:46:12 +01:00
parent ecaf8ab2a5
commit 1b56e2cc42
12 changed files with 475 additions and 599 deletions

View File

@@ -11,7 +11,7 @@ export default {
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'bundle.[contenthash].js',
publicPath: '/ac/',
publicPath: '/',
clean: true // Clean dist folder on rebuild
},
module: {