Skip to content

Remove unecessary check on Webpack version 4 #1381

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

Closed

Conversation

Kocal
Copy link
Member

@Kocal Kocal commented Aug 3, 2025

Q A
Bug fix? yes
New feature? no
Deprecations? no
Issues Fix #...
License MIT

We do not support Webpack 4 since a moment now, we can remove this check and import to webpack

@Kocal
Copy link
Member Author

Kocal commented Aug 3, 2025

Superseded by #1382

@Kocal Kocal closed this Aug 3, 2025
Kocal added a commit that referenced this pull request Aug 3, 2025
…previously embedded in #921 (Kocal)

This PR was merged into the main branch.

Discussion
----------

Re-add `webpack-manifest-plugin` dependency, which was previously embedded in #921

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes <!-- please update CHANGELOG.md file -->
| Deprecations? | no <!-- please update CHANGELOG.md file -->
| Issues        | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License       | MIT

<!--
Replace this notice by a description of your feature/bugfix.
This will help reviewers and should be a good start for the documentation.

Additionally (see https://symfony.com/releases):
 - Always add tests and ensure they pass.
 - Features and deprecations must be submitted against the latest branch.
 - For new features, provide some code snippets to help understand usage.
 - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
 - Never break backward compatibility.
-->

While working on #1381, I noticed that `lib/webpack-manifest-plugin/` was https://github.com/shellscape/webpack-manifest-plugin embedded with fix shellscape/webpack-manifest-plugin#249

The package was embedded because it was possible for the upstream PR to never be merged, but it has been merged and released.

We should not have any BCs from https://github.com/shellscape/webpack-manifest-plugin/releases

Commits
-------

d5d6b7b Re-add webpack-manifest-plugin as a dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug Fix Status: Needs Review Needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants