We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d18fe commit ea6c1d6Copy full SHA for ea6c1d6
symfony/webpack-encore-bundle/1.10/assets/bootstrap.js
@@ -4,7 +4,7 @@ import { startStimulusApp } from '@symfony/stimulus-bridge';
4
export const app = startStimulusApp(require.context(
5
'@symfony/stimulus-bridge/lazy-controller-loader!./controllers',
6
true,
7
- /\.(j|t)sx?$/
+ /\.[jt]sx?$/
8
));
9
10
// register any custom, 3rd party controllers here
0 commit comments