1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Fix all no-shadow ESLint violations (#58234)

This commit is contained in:
Kevin Heis
2025-10-30 13:39:59 -07:00
committed by GitHub
parent 23c9d95cb9
commit 8e897b2b82
83 changed files with 374 additions and 366 deletions

View File

@@ -49,11 +49,11 @@ const config: NextConfig = {
}
})
},
webpack: (config) => {
config.experiments = config.experiments || {}
config.experiments.topLevelAwait = true
config.resolve.fallback = { fs: false, async_hooks: false }
return config
webpack: (webpackConfig) => {
webpackConfig.experiments = webpackConfig.experiments || {}
webpackConfig.experiments.topLevelAwait = true
webpackConfig.resolve.fallback = { fs: false, async_hooks: false }
return webpackConfig
},
// https://nextjs.org/docs/api-reference/next.config.js/compression