chore: Remove billing module webpack alias

Entfernt '@billing-module' Alias aus webpack.config.js, da das
Billing-Modul vollständig aus dem Projekt entfernt wurde.

Build läuft weiterhin erfolgreich. Die try-catch Blöcke in router.js
und Dashboard.vue fangen fehlende Module elegant ab.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
olli 2025-12-14 18:17:02 +01:00
parent 4e82b8396f
commit d516f23926

View File

@ -78,8 +78,7 @@ Encore
// Alias für '@/images' und '@' auf 'assets' setzen
.addAliases({
'@': path.resolve(__dirname, 'assets/js'),
'@images': path.resolve(__dirname, 'assets/images'),
'@billing-module': path.resolve(__dirname, 'vendor/mycrm/billing-module')
'@images': path.resolve(__dirname, 'assets/images')
})
;