Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
MAC_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2021-06-22 22:29:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
54ed550ab2e648e972e9ea826fb3129f14256112
54ed550a
1 parent
88df3ddc
배포 이슈
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
next.config.js
next.config.js
View file @
54ed550
...
...
@@ -32,6 +32,7 @@ module.exports = withBundleAnalyzer({
},
],
});
conf
.
externals
.
push
(
"canvas"
);
// 절대경로
conf
.
resolve
.
modules
.
push
(
__dirname
);
return
conf
;
...
...
Please
register
or
login
to post a comment