Skip to content

Commit 61599b6

Browse files
feat: codemod migration to nextjs 15
1 parent 0055b52 commit 61599b6

File tree

6 files changed

+596
-137
lines changed

6 files changed

+596
-137
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

next.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ const withTM = require('next-transpile-modules')(['@react-chess/chessground'])
66
module.exports = withTM({
77
reactStrictMode: false,
88
output: 'standalone',
9-
experimental: {
10-
esmExternals: 'loose',
11-
},
129
async rewrites() {
1310
return [
1411
{

0 commit comments

Comments
 (0)