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(nextjs): guard against missing webpack-loader 'issuer' field #13006

Closed
wants to merge 1 commit into from

Commits on Nov 5, 2022

  1. fix(nextjs): guard against missing webpack-loader 'issuer' field

    Next.js v13+ removed the 'issuer' field from their css/sass loaders. This breaks the nx-next plugin
    'withNx'. This PR just adds a check to ensure the 'issuer' field is still there. Not the most robust
    fix but it should at least maintain backwards-compatibility w/ folks using next.js < 13.
    
    ISSUES CLOSED: nrwl#12916, nrwl#12912
    Miikis committed Nov 5, 2022
    Copy the full SHA
    4c5e28c View commit details
    Browse the repository at this point in the history