This commit is contained in:
Nicolas Grekas
2022-02-17 17:05:14 +01:00
parent 72d18fe640
commit ea6c1d6041
+1 -1
View File
@@ -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