Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-gui committed Mar 28, 2021
1 parent 97ad454 commit 07045be
Show file tree
Hide file tree
Showing 5 changed files with 2,232 additions and 3,237 deletions.
8 changes: 5 additions & 3 deletions assets/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { startStimulusApp } from '@symfony/stimulus-bridge';
import '@symfony/autoimport';

// Registers Stimulus controllers from controllers.json and in the controllers/ directory
export const app = startStimulusApp(require.context('./controllers', true, /\.(j|t)sx?$/));
export const app = startStimulusApp(require.context(
'@symfony/stimulus-bridge/lazy-controller-loader!./controllers',
true,
/\.(j|t)sx?$/
));
Loading

0 comments on commit 07045be

Please sign in to comment.