1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Install Stimulus

This commit is contained in:
Yassine Guedidi 2025-02-23 22:25:25 +01:00
parent 46f505f69f
commit 66c6a25941
6 changed files with 52 additions and 2 deletions

View file

@ -10,6 +10,7 @@ Encore
.addEntry('main', './assets/index.js')
.addEntry('public', './assets/share.js')
.splitEntryChunks()
.enableStimulusBridge('./assets/controllers.json')
.enableSingleRuntimeChunk()
.cleanupOutputBeforeBuild()
.enableBuildNotifications()