We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd04db commit 0f13ccdCopy full SHA for 0f13ccd
next.config.js
@@ -8,7 +8,7 @@ module.exports = {
8
},
9
target: 'serverless',
10
webpack: (config) => {
11
- config.externals = [...config.externals, 'canvas', 'jsdom'];
+ config.externals = [...config.externals, 'canvas'];
12
return config;
13
14
};
0 commit comments