mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Updated symfony/stimulus-bridge recipe
This commit is contained in:
parent
52c8ea13af
commit
7658cfcdbd
3 changed files with 12 additions and 5 deletions
|
@ -71,6 +71,9 @@ Encore
|
|||
// When enabled, Webpack "splits" your files into smaller pieces for greater optimization.
|
||||
.splitEntryChunks()
|
||||
|
||||
// enables the Symfony UX Stimulus bridge (used in assets/bootstrap.js)
|
||||
.enableStimulusBridge('./assets/controllers.json')
|
||||
|
||||
// will require an extra script tag for runtime.js
|
||||
// but, you probably want this, unless you're building a single-page app
|
||||
.enableSingleRuntimeChunk()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue