We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
I simply used the default contentLayer project : https://github.com/contentlayerdev/next-contentlayer-example, and added linaria to the config:
The text was updated successfully, but these errors were encountered: