From ea6c1d60411f57edc9c1ca958613ff9ddc90b3f7 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 17 Feb 2022 17:05:14 +0100 Subject: [PATCH] - --- symfony/webpack-encore-bundle/1.10/assets/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/webpack-encore-bundle/1.10/assets/bootstrap.js b/symfony/webpack-encore-bundle/1.10/assets/bootstrap.js index 58308a6b..4ab2df64 100644 --- a/symfony/webpack-encore-bundle/1.10/assets/bootstrap.js +++ b/symfony/webpack-encore-bundle/1.10/assets/bootstrap.js @@ -4,7 +4,7 @@ import { startStimulusApp } from '@symfony/stimulus-bridge'; export const app = startStimulusApp(require.context( '@symfony/stimulus-bridge/lazy-controller-loader!./controllers', true, - /\.(j|t)sx?$/ + /\.[jt]sx?$/ )); // register any custom, 3rd party controllers here