perf: Disable esm externals
parent
25d90e3e12
commit
cfc8af1597
|
@ -137,6 +137,9 @@ const nextConfig = {
|
|||
...i18n,
|
||||
localeDetection: false,
|
||||
},
|
||||
experimental: {
|
||||
esmExternals: false,
|
||||
},
|
||||
productionBrowserSourceMaps: true,
|
||||
/* We already do type check on GH actions */
|
||||
typescript: {
|
||||
|
|
Loading…
Reference in New Issue