-
Notifications
You must be signed in to change notification settings - Fork 28
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
PLAT-129601: Upgrade react-refresh-webpack-plugin 0.3.3 to 0.4.3 #231
Conversation
Please update the subject and description of this PR more specifically. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MikyungKim please review again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine! :lgtm:
* 9037 Fix dotenv file loading order Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * Upgrade to React 17 Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * Update dependencies Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * Revert react-refresh-webpack-plugin version Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * Replace inquirer with prompts Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * Replace inquirer with prompts in eject Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * 9374 Fix: use default modules option from preset-env Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * PLAT-129601: Upgrade react-refresh-webpack-plugin 0.3.3 to 0.4.3 (#231) * PLAT-129601: Upgrade @pmmmwh/react-refresh-webpack-plugin module from 0.3.3 to 0.4.1 * Update CHANGELOG.md * Update package-lock.json * Update commands/eject.js (for fixing lint error) * Update package.json 2 * 9964 Add TypeScript 4.x as peerDependency Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * PLAT-129600: Replace deprecated eslint-loader by eslint-webpack-plugin (#235) * PLAT-129600: Replace eslint-loader to eslint-webpack-plugin Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * fix lint Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * PLAT-121645: Add support for new JSX Transform (#236) * PLAT-121645: Add support for new JSX Transform Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * fix lint error Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * fix lint Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * Added a guard Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * update dependecies Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * Update @enact/moonstone-template dependency Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * added changelog Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) Co-authored-by: taeyoung.hong <[email protected]>
Issue Resolved / Feature Added
When update
react-refresh-webpack-pugin
module to 0.4.1, we have "Module not found: Can't resolve 'react-refresh/runtime" error.Resolution
Update the module to 0.4.3.
Additional Considerations
Links
PLAT-129601
Comments
Enact-DCO-1.0-Signed-off-by: Taeyoung Hong ([email protected])