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 e4b2331 commit 774274dCopy full SHA for 774274d
symfony/webpack-encore-bundle/1.0/assets/bootstrap.js
@@ -3,5 +3,6 @@ import { startStimulusApp } from '@symfony/stimulus-bridge';
3
// Registers Stimulus controllers from controllers.json and in the controllers/ directory
4
export const app = startStimulusApp(require.context(
5
'@symfony/stimulus-bridge/lazy-controller-loader!./controllers',
6
- true, /\.(j|t)sx?$/
+ true,
7
+ /\.(j|t)sx?$/
8
));
0 commit comments