Skip to content

Commit df8008f

Browse files
committed
fix: use webpack 4 for AWS Amplify compatibility
Signed-off-by: KBeDevel <[email protected]>
1 parent 16da3bf commit df8008f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const path = require('path')
33
/** @type {import('next').NextConfig} */
44
module.exports = {
55
reactStrictMode: true,
6+
webpack5: false,
67
sassOptions: {
78
includePaths: [path.join(__dirname, 'styles')],
89
},

0 commit comments

Comments
 (0)