Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Stimulus bridge configurator #859

Merged
merged 1 commit into from
Dec 3, 2020
Merged

Conversation

tgalopin
Copy link
Contributor

@tgalopin tgalopin commented Dec 3, 2020

Implement Stimulus bridge configurator for Symfony UX

@fabpot
Copy link
Member

fabpot commented Dec 3, 2020

Thank you @tgalopin.

@fabpot fabpot merged commit 273b403 into main Dec 3, 2020
@fabpot fabpot deleted the stimulus-configurator branch December 3, 2020 10:48
Kocal added a commit to Kocal/webpack-encore that referenced this pull request Dec 3, 2020
'use strict';

const WebpackConfig = require('../WebpackConfig'); //eslint-disable-line no-unused-vars
const createPlugin = require('@symfony/stimulus-bridge/webpack-helper');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this breaks, because you import this file even when the plugin is not enabled but @symfony/stimulus-bridge is not a dependency of webpack-encore.

And this also misses the dependency checks

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I'm having a look!

Copy link
Member

@Kocal Kocal Dec 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've opened PR #863 which solve issue #861 👍

EDIT: the PR has been merged, so this is not an issue anymore

weaverryan added a commit that referenced this pull request Dec 3, 2020
This PR was merged into the main branch.

Discussion
----------

chore: sync yarn.lock after #859 updates

The PR #859 has modified the `package.json` but forgot to update the `yarn.lock`, making all CI builds failing (because we use `yarn --frozen-lockfile`).

cc @fabpot @weaverryan 🙏

Commits
-------

093f22d chore: sync yarn.lock after #859 updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants