Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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; | ... | ... |
-
Please register or login to post a comment