Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REV-376/api key 은닉 #106

Merged
merged 3 commits into from
Dec 3, 2023
Merged

REV-376/api key 은닉 #106

merged 3 commits into from
Dec 3, 2023

Conversation

khj0426
Copy link
Collaborator

@khj0426 khj0426 commented Dec 3, 2023

📑 구현 내용

..작성중

🚧 참고 사항


@khj0426 khj0426 self-assigned this Dec 3, 2023
vite.config.ts Outdated
Comment on lines 15 to 31
build: {
rollupOptions: {
external: (id) => {
if (id.includes('/node_modules/@mswjs')) {
return true
}
if (id.includes('/src/mocks')) {
return true
}
},
manualChunks: (id) => {
if (id.includes('/node_modules')) {
return 'third-party-library'
}
},
},
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

효중님!! 이 부분은 제가 저번에도 말씀 드렸지만,
그냥 경고 문구가 나왔다고 옵션을 추가하는 건 아닌 것 같아요! 사실 저희 프로젝트 자체가 그렇게 큰 프로젝트도 아닐 뿐더러 오히려 이 옵션을 제거하면 빌드 시간이 더 짧게 나오기도 하는 걸 알 수 있어요 ! 그래서 저는 나중에 더 깊이 공부하고 이 옵션을 추가하는 게 좋다고 생각합니다!

image

아니면 효중님이 이걸 추가해서 성능을 높인 부분이 정확히 어떤 건지 알 수 있을까요??!!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

api 은닉은 굿굿! 근데 제가 전 프로젝트에서는 로컬에선 잘 됐는데 배포에 반영됐을 때 제대로 안되는 문제가 있었어요 ㅠ 물론 그건 vercel이었기 때문에 안됐을 건데,, s3는 잘 되겠죠? !!!! 👍🏻 👍🏻 👍🏻

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

역시 안됩니다 ..!

@khj0426 khj0426 merged commit 3acc475 into develop Dec 3, 2023
1 check passed
@khj0426 khj0426 deleted the REV-376/api-key-은닉 branch December 3, 2023 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants