-
Notifications
You must be signed in to change notification settings - Fork 12
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
Found experimental config #21
Comments
I tried it in a new project with the current next.js version and can not see this output. Can you post your next.config.js file (maybe it is coming from another plugin) and tell which next.js version you are using? Thanks! |
I too was noticing this warning with Next 9.0.3. I'm thinking this was related to one of Next's recent patches in 9.0.5 - vercel/next.js#8432 |
It looks like the issue still happens with Next.js 10. I am looking into it in relation with the next-img's issue mentioned above. Basically Note the line 464:
This means the function created by next-compose-plugins/src/index.js Lines 11 to 14 in d81db51
This means the I will put together a minimal example with fresh dependencies. |
Okay, looks like the issue is rather specific to the next-img plugin, since it uses deepmerge to generate resulting configuration object. Deepmerge by default creates a deep clone of objects instead of copying the reference, therefore the reference to the original |
The project is working fine I only get the following warning when I add next-compose-plugins
The text was updated successfully, but these errors were encountered: