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

Incompatibility withContentLayer #20

Open
jeremt opened this issue Sep 5, 2023 · 0 comments
Open

Incompatibility withContentLayer #20

jeremt opened this issue Sep 5, 2023 · 0 comments

Comments

@jeremt
Copy link

jeremt commented Sep 5, 2023

Hello!

I tried to setup contentLayer and linaria together for a project, but I can't use the plugin with contentLayer without getting this error:

image

I simply used the default contentLayer project : https://github.com/contentlayerdev/next-contentlayer-example, and added linaria to the config:

const {withContentlayer} = require('next-contentlayer');
const withLinaria = require('next-with-linaria');
const withPlugins = require('next-compose-plugins');

/** @type {import('next').NextConfig} */
const nextConfig = {
    experimental: {
        appDir: true,
    },
};

module.exports = withPlugins([withContentlayer, withLinaria], nextConfig);
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

No branches or pull requests

1 participant