Add ChillTicketBundle webpack configuration

This commit is contained in:
Boris Waaub 2024-04-15 14:34:09 +02:00
parent a59ea7db31
commit deb3d92189
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// this file loads all assets from the Chill person bundle
module.exports = function(encore, entries) {
encore.addEntry('ticket_app', __dirname + '/src/Resources/public/vuejs/TicketApp/index.ts');
};