Skip to content

Commit 0f13ccd

Browse files
committed
slimmed next.config.js
1 parent 7dd04db commit 0f13ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
},
99
target: 'serverless',
1010
webpack: (config) => {
11-
config.externals = [...config.externals, 'canvas', 'jsdom'];
11+
config.externals = [...config.externals, 'canvas'];
1212
return config;
1313
},
1414
};

0 commit comments

Comments
 (0)