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

Webpack 설정 변경. #177

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Webpack 설정 변경. #177

merged 1 commit into from
Nov 15, 2023

Conversation

samchon
Copy link
Owner

@samchon samchon commented Nov 15, 2023

이전에 payment-backendwebpack 환경을 구성하기를, node_modules 폴더가 필요없이 싱글 파일로 구성 가능하도록 하였다. 그런데 NodeJS v20 에 fetch 함수가 기본 탑재되었고, webpack 은 이를 이해하지 못하여 global.fetch 함수를 망가뜨린다.

이에 webpack 설정을 변경, node_modules 디렉터리를 사용하는 것으로 바꾸었다.

이전에 `payment-backend` 에 `webpack` 환경을 구성하기를, `node_modules` 폴더가 필요없이 싱글 파일로 구성 가능하도록 하였다. 그런데 NodeJS v20 에 `fetch` 함수가 기본 탑재되었고, `webpack` 은 이를 이해하지 못하여 `global.fetch` 함수를 망가뜨린다.

이에 `webpack` 설정을 변경, `node_modules` 디렉터리를 사용하는 것으로 바꾸었다.
@samchon samchon added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Nov 15, 2023
@samchon samchon self-assigned this Nov 15, 2023
Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

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

테스트 이상 무.

@samchon samchon merged commit 2a1cbe4 into master Nov 15, 2023
3 checks passed
@samchon samchon deleted the features/webpack branch February 15, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant