diff --git a/patches/saleor-app-payment-klarna/next.config.mjs.patch b/patches/saleor-app-payment-klarna/next.config.mjs.patch index 3e5d0ae..82bbbb5 100644 --- a/patches/saleor-app-payment-klarna/next.config.mjs.patch +++ b/patches/saleor-app-payment-klarna/next.config.mjs.patch @@ -9,6 +9,7 @@ index f8dd123..38717b1 100644 + eslint: { + ignoreDuringBuilds: true + }, ++ output: "standalone", reactStrictMode: true, /** @param { import("webpack").Configuration } config */ webpack(config) {