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 PatternFly 4 example #25356

Merged
merged 1 commit into from
May 22, 2021
Merged

Commits on May 22, 2021

  1. Fix PatternFly 4 example

    This change fixes the issues with the PatternFly example showing how to
    use PatternFly 4 in conjunction with Next.js:
    
    1. next-transpile-modules has been updated to 7.2.0, which adds support
       for Global CSS imports used by PatternFly 4. This eliminates the
       custom Webpack modification that were necessary previously.
    2. All dependencies have been updated to the latest version.
    3. Documentation has been updated to include troubleshooting steps.
    
    Addresses vercel#20916
    fabianishere committed May 22, 2021
    Configuration menu
    Copy the full SHA
    7996aa2 View commit details
    Browse the repository at this point in the history