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

Fix recent build failures due to Webpack version conflicts #571

Merged
merged 1 commit into from
May 8, 2024

Conversation

kvnlam
Copy link
Contributor

@kvnlam kvnlam commented May 8, 2024

We recently updated Webpack but this is causing downstream packages to fail to build. As a result we decided to downgrade Webpack in the next release. However some packages are referencing the latest release, causing build failures due to Webpack versioning conflicts

Changes:

  • Force use of 0.2.1-alpha.2 to prevent Webpack dependency conflicts in Cheveron and handleRichTextBoxKeyEventNavigation (we downgraded Webpack in the latest version to prevent Live Apps from breaking)
  • Regenerate package-lock.json files because it was still referencing 0.2.1-alpha.3 which has a newer version of Webpack

Tested locally via npm ci && npm test && npm run build

- Force use of `0.2.1-alpha.2` to prevent Webpack dependency conflicts in Cheveron and handleRichTextBoxKeyEventNavigation (we downgraded Webpack in the latest version to prevent Live Apps from breaking)
- Regenerate `package-lock.json` files because it was still referencing `0.2.1-alpha.3` which has a newer version of Webpack
@kvnlam kvnlam requested a review from hao2018 May 8, 2024 17:46
@kvnlam kvnlam merged commit fdae593 into next May 8, 2024
8 checks passed
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.

2 participants