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 57ece6f commit 7dd04dbCopy full SHA for 7dd04db
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', 'jsdom'];
12
return config;
13
14
};
0 commit comments