-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FE] fix : webpack관련 script 오류 수정 (#574)
* fix: webpack-dev-server 삭제, webpack에 내장된 development 사용 * ci: 불필요한 start 명령어 삭제 - webpack의 mode를 설정하지 않아서 기본값이 development가 들어가는데 이 부분이 기존에 있는 dev와 일치해서 역할이 겹침 - dev라는 명령어가 development 모드 실행이라는 의미를 명시적으로 보여줘서 start를 삭제함 * ci: dist 폴더를 실행하는 명령어 변경 (serve-> serve-dist) * ci: 빌드 하지 않고 production 모드를 여는 명령어 추가 * reactor: system 상수 삭제 및 이를 NODE_ENV 환경 변수로 대체 - webpack mode에 따른 sentry. msw 실행 여부 판단을, NODE_ENV 환경 변수 사용하는 것으로 변경 * fix: webpack-dev-server 패키지 복구 - 명령어만 webpack-dev-server가 필요 없어졌고, 패키지는 여전히 필요함
- Loading branch information
1 parent
0a7bd2a
commit 7c59caf
Showing
5 changed files
with
59 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.