Merge branch 'ticket-app-init' into 'ticket-app-master'

Add ChillTicketBundle webpack configuration

See merge request Chill-Projet/chill-bundles!673
This commit is contained in:
Julien Fastré 2024-04-15 12:44:21 +00:00
commit 18e442db29
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');
};