Compare commits

...

1 Commits

Author SHA1 Message Date
Keith Williams cfc8af1597 perf: Disable esm externals 2023-08-25 13:43:09 +03:00
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: {