From 467a9f56722cb1c43e0d233fbd61296732fd0f63 Mon Sep 17 00:00:00 2001 From: baptou12 Date: Mon, 27 Nov 2023 10:38:58 +0100 Subject: [PATCH] save: add willy contrinution on update try to 0.83 --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.js b/next.config.js index bea4735..a7bd28b 100644 --- a/next.config.js +++ b/next.config.js @@ -28,5 +28,9 @@ const configuration = { "https://aides-jeunes-stats-recorder.osc-fr1.scalingo.io", commitSHA: process.env.GITHUB_SHA || "local", }, + transpilePackages: ["@nivo"], + experimental: { + esmExternals: "loose", + }, } export default configuration