Skip to content

Commit

Permalink
minor #874 Update Stimulus test to use an ES syntax (tgalopin)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Dec 20, 2020
2 parents 7d4f434 + d6eb263 commit 32cc0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/stimulus/controllers/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
export default {
'@symfony/mock-module/mock': import(/* webpackMode: "eager" */ '@symfony/mock-module/dist/controller'),
};

0 comments on commit 32cc0af

Please sign in to comment.