오윤석

배포 이슈

...@@ -32,6 +32,7 @@ module.exports = withBundleAnalyzer({ ...@@ -32,6 +32,7 @@ module.exports = withBundleAnalyzer({
32 }, 32 },
33 ], 33 ],
34 }); 34 });
35 + conf.externals.push("canvas");
35 // 절대경로 36 // 절대경로
36 conf.resolve.modules.push(__dirname); 37 conf.resolve.modules.push(__dirname);
37 return conf; 38 return conf;
......