This commit is contained in:
sebseb7
2025-12-21 01:06:59 +01:00
parent bef70e4709
commit 6944111f84
9 changed files with 309 additions and 18 deletions

View File

@@ -10,8 +10,9 @@ export default {
entry: './src/client/index.js',
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'bundle.js',
publicPath: '/ac/'
filename: 'bundle.[contenthash].js',
publicPath: '/ac/',
clean: true // Clean dist folder on rebuild
},
module: {
rules: [