Skip to content

Commit 74c18ca

Browse files
Bump next from 15.4.7 to 16.0.1 (#58242)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 5770366 commit 74c18ca

File tree

3 files changed

+165
-153
lines changed

3 files changed

+165
-153
lines changed

next.config.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ const config: NextConfig = {
2020
typescript: {
2121
ignoreBuildErrors: true,
2222
},
23-
eslint: {
24-
ignoreDuringBuilds: true,
25-
},
23+
2624
i18n: {
2725
locales: languageKeys,
2826
defaultLocale: 'en',
@@ -49,6 +47,10 @@ const config: NextConfig = {
4947
}
5048
})
5149
},
50+
// Turbopack is the default bundler in Next.js 16
51+
// Keep webpack config for now to support both bundlers
52+
turbopack: {},
53+
5254
webpack: (webpackConfig) => {
5355
webpackConfig.experiments = webpackConfig.experiments || {}
5456
webpackConfig.experiments.topLevelAwait = true

0 commit comments

Comments
 (0)