Skip to content

Commit 32cc0af

Browse files
committed
minor #874 Update Stimulus test to use an ES syntax (tgalopin)
This PR was merged into the main branch. Discussion ---------- Update Stimulus test to use an ES syntax Following the proposal of symfony/stimulus-bridge#1, this PR checks ES module syntax work as expected. Commits ------- d6eb263 Update Stimulus test to use an ES syntax
2 parents 7d4f434 + d6eb263 commit 32cc0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: fixtures/stimulus/controllers/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module.exports = {
1+
export default {
22
'@symfony/mock-module/mock': import(/* webpackMode: "eager" */ '@symfony/mock-module/dist/controller'),
33
};

0 commit comments

Comments
 (0)