Upgrade recipes: symfony/webpack-encore-bundle

This commit is contained in:
2023-09-06 12:54:47 +02:00
parent ca5f69b911
commit 7f1ee500a0
7 changed files with 35 additions and 24 deletions

2
assets/bootstrap.js vendored
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