We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee43560 commit 4b25bc3Copy full SHA for 4b25bc3
next.config.js
@@ -10,6 +10,7 @@ const nextConfig = {
10
],
11
},
12
webpack: (config, { isServer }) => {
13
+ config.externals = [...config.externals, "canvas"];
14
if (!isServer) {
15
config.resolve.fallback = {
16
...config.resolve.fallback,
0 commit comments