Skip to content

Commit 774274d

Browse files
authored
fixing line break
1 parent e4b2331 commit 774274d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

symfony/webpack-encore-bundle/1.0/assets/bootstrap.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import { startStimulusApp } from '@symfony/stimulus-bridge';
33
// Registers Stimulus controllers from controllers.json and in the controllers/ directory
44
export const app = startStimulusApp(require.context(
55
'@symfony/stimulus-bridge/lazy-controller-loader!./controllers',
6-
true, /\.(j|t)sx?$/
6+
true,
7+
/\.(j|t)sx?$/
78
));

0 commit comments

Comments
 (0)