티스토리 뷰
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"runtimeArgs": ["--disable-web-security"],
"webRoot": "${workspaceFolder}"
}
]
}
프론트 서버와 백엔드 서버가 별도로 존재한다면 Cors에러가 발생할텐데 테스트 환경에서 번거로움이 있다.
서버 설정이 자주 바뀌어 확인하기 번거롭다면 강제로 웹 보안을 해제하여 테스트할 수 있는데, 개발 환경에 따라 위 기능을 해제할 수 없는 경우도 꽤 많다.
Debug모드에서 실행 파라미터를 위와 같이 넣어줄 수 있다.
'[웹] > React' 카테고리의 다른 글
[React] useEffect에서 Async/Await 사용하기 (0) | 2020.11.20 |
---|---|
[React] default export, export 차이 심플 샘플 (0) | 2020.11.19 |
[React] [Typescript를 지원하지 않는 NPM Module 사용하기] or [NPM Module 타입 선언 파일(.d.ts)을 커스텀 대체하기] (0) | 2020.11.19 |
1. React란 무엇인가? (0) | 2020.11.19 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크