-
Notifications
You must be signed in to change notification settings - Fork 96
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
CMS 5: Final js build when we go RC #1436
Comments
This was referenced Apr 3, 2023
Merged
This was referenced Apr 3, 2023
All PRs have been merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we are using alpha builds of https://www.npmjs.com/package/@silverstripe/webpack-config and https://www.npmjs.com/package/@silverstripe/eslint-config in our modules.
This is locked in the
yarn.lock
files.When we are gearing up for a RC, we should release stable versions of the NPM packages, then do a final
yarn upgrade @silverstripe/webpack-config @silverstripe/eslint-config
andyarn build
in all of the modules. This will ensure that all modules are using the correct versions of those libraries and avoid running into issues with them post-stable.Acceptance Criteria
PRs
The text was updated successfully, but these errors were encountered: