diff --git a/symfony/webpack-encore-bundle/1.0/assets/bootstrap.js b/symfony/webpack-encore-bundle/1.0/assets/bootstrap.js index 828f484d..cb771d29 100644 --- a/symfony/webpack-encore-bundle/1.0/assets/bootstrap.js +++ b/symfony/webpack-encore-bundle/1.0/assets/bootstrap.js @@ -3,5 +3,6 @@ import { startStimulusApp } from '@symfony/stimulus-bridge'; // Registers Stimulus controllers from controllers.json and in the controllers/ directory export const app = startStimulusApp(require.context( '@symfony/stimulus-bridge/lazy-controller-loader!./controllers', - true, /\.(j|t)sx?$/ + true, + /\.(j|t)sx?$/ ));