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

[nextjs] Update the withPigment API to accept config #114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2024

  1. [nextjs] Update the withPigment API to accept config

    through `pigment` key from the nextConfig object itself instead of as a
    2nd argument to the call. This is a standard approach followed by other
    nextjs plugins
    
    Fixes: mui#83
    brijeshb42 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    61ac111 View commit details
    Browse the repository at this point in the history
  2. Convert example to mjs syntax

    Fixes mui#88
    brijeshb42 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    53605f1 View commit details
    Browse the repository at this point in the history