-
Notifications
You must be signed in to change notification settings - Fork 199
refactor!: drop Webpack 4 and WDS 3 support #850
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
Merged
Merged
+564
−5,196
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
c6db57a
to
b6facba
Compare
b6facba
to
094ee6d
Compare
Merged
pmmmwh
added a commit
that referenced
this pull request
Jun 3, 2024
pmmmwh
added a commit
that referenced
this pull request
Mar 31, 2025
pmmmwh
added a commit
that referenced
this pull request
Apr 7, 2025
* docs: add 0.6.0 template * refactor!: drop Webpack 4 and WDS 3 support (#850) * chore: cleanup * chore: first prerelease * feat: build thin externalization client (#852) * refactor: migrate from ansi-html to anser (#854) * chore: release v0.6.0-beta.1 * chore: fix publish command * chore: resolve memfs and rimraf * docs: update README to reflect new dependencies requirement * docs: clarify minimum supported Node.js version (#899) * fix: make plugin entries empty for production (#900) * chore: cleanup old utils for Webpack 4 (#904) * chore: cleanup unused utils * refactor: cleanup entry injection * refactor: cleanup runtime module * test: update snapshots * docs: update changelog * chore: bump all development deps (#905) * chore: bump all development deps * docs: add changelog entry * chore: rename prettierrc
1 task
jusleg
added a commit
to jusleg/react_on_rails
that referenced
this pull request
Jun 27, 2025
The v0.6.0 release introduced breaking changes which removed `sockPort` as a property https://github.com/pmmmwh/react-refresh-webpack-plugin/releases/tag/v0.6.0. (pr: pmmmwh/react-refresh-webpack-plugin#850). This updates the generator template for development.js to no longer pass the property. This was tested by successfully creating a new rails 8.0.2 project with ReactRefreshWebpackPlugin 0.6.1 and following the tutorial (https://www.shakacode.com/react-on-rails/docs/guides/tutorial/)
jusleg
added a commit
to jusleg/react_on_rails
that referenced
this pull request
Jun 27, 2025
The v0.6.0 release introduced breaking changes which removed `sockPort` as a property https://github.com/pmmmwh/react-refresh-webpack-plugin/releases/tag/v0.6.0. (pr: pmmmwh/react-refresh-webpack-plugin#850). This updates the generator template for development.js to no longer pass the property. This was tested by successfully creating a new rails 8.0.2 project with ReactRefreshWebpackPlugin 0.6.1 and following the tutorial (https://www.shakacode.com/react-on-rails/docs/guides/tutorial/)
Closed
3 tasks
Judahmeek
pushed a commit
to shakacode/react_on_rails
that referenced
this pull request
Jul 10, 2025
The v0.6.0 release introduced breaking changes which removed `sockPort` as a property https://github.com/pmmmwh/react-refresh-webpack-plugin/releases/tag/v0.6.0. (pr: pmmmwh/react-refresh-webpack-plugin#850). This updates the generator template for development.js to no longer pass the property. This was tested by successfully creating a new rails 8.0.2 project with ReactRefreshWebpackPlugin 0.6.1 and following the tutorial (https://www.shakacode.com/react-on-rails/docs/guides/tutorial/)
Open
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #788
Fixes #834