Skip to content

Commit

Permalink
slimmed next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bliutech committed Apr 29, 2023
1 parent 7dd04db commit 0f13ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
},
target: 'serverless',
webpack: (config) => {
config.externals = [...config.externals, 'canvas', 'jsdom'];
config.externals = [...config.externals, 'canvas'];
return config;
},
};

0 comments on commit 0f13ccd

Please sign in to comment.