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

Remove mini-css-extract-plugin resolution and upgrade #283

Merged
merged 2 commits into from
May 24, 2022

Conversation

mattbrictson
Copy link
Contributor

Problem

We had a resolution specified in our package.json for mini-css-extract-plugin as a temporary workaround for an incompatibility with react-scripts. A new version of mini-css-extract-plugin has since been released that fixes the issue. This workaround is no longer needed.

Solution

  1. Remove the resolution for mini-css-extract-plugin
  2. Run yarn upgrade

Steps to Verify

  1. Run yarn install
  2. Run yarn build to confirm the app can be built without errors

@mattbrictson mattbrictson merged commit 66113c8 into main May 24, 2022
@mattbrictson mattbrictson deleted the chores/remove-mini-css-extract-plugin-resolution branch May 24, 2022 18:49
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.

1 participant