We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a63c6 commit 1f758ccCopy full SHA for 1f758cc
sample/next-app/next.config.js
@@ -13,6 +13,7 @@ const nextConfig = {
13
},
14
15
16
+ swcMinify: false,
17
webpack: (config) => {
18
/**
19
* Critical: prevents " ⨯ ./node_modules/canvas/build/Release/canvas.node
sample/next-pages/next.config.js
@@ -17,6 +17,7 @@ const nextConfig = {
20
21
22
23
0 commit comments