Open Kitenite opened 6 days ago
We are failing to add the plugin for cases like this where there are items in the next config. Should handle any keys
Example case:
const nextConfig = { images: { } }; export default nextConfig;
Describe the bug
We are failing to add the plugin for cases like this where there are items in the next config. Should handle any keys
Example case: