Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 7975e13

Browse files
authored
Merge pull request #17 from react-prime/v11
V11
2 parents aa69c24 + 00dc0e9 commit 7975e13

File tree

6 files changed

+2552
-2104
lines changed

6 files changed

+2552
-2104
lines changed

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/// <reference types="next" />
22
/// <reference types="next/types/global" />
3+
/// <reference types="next/image-types/global" />

next.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ const config = (phase: string, config: NextConfig) => {
2626
distDir: 'dist',
2727
// Remove x-powered-by header to remove information about the server
2828
poweredByHeader: false,
29-
future: {
30-
// Enable webpack 5
31-
webpack5: true,
32-
},
3329
};
3430

3531
/**

0 commit comments

Comments
 (0)