onlook-dev / onlook

The open source, local-first Figma for React. Design directly in your live React app and publish your changes to code.
https://onlook.dev
Apache License 2.0
3.79k stars 234 forks source link

[bug] Handle other keys in next config #800

Open Kitenite opened 6 days ago

Kitenite commented 6 days ago

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:

const nextConfig = {
    images: { }
};

export default nextConfig;