perf: Disable esm externals

perf/disable-esm-externals
Keith Williams 2023-08-25 13:43:09 +03:00
parent 25d90e3e12
commit cfc8af1597
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,9 @@ const nextConfig = {
...i18n,
localeDetection: false,
},
experimental: {
esmExternals: false,
},
productionBrowserSourceMaps: true,
/* We already do type check on GH actions */
typescript: {