mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 23:41:21 +00:00
task: Disable experimental features (esmExternals)
This commit is contained in:
parent
8f89292522
commit
89b81530c7
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
experimental: {
|
experimental: {
|
||||||
esmExternals: "loose",
|
|
||||||
appDir: true,
|
appDir: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue