-
Notifications
You must be signed in to change notification settings - Fork 266
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
Grunt 대신 WebPack 도입 #1042
Open
lshqqytiger
wants to merge
3
commits into
JJoriping:master
Choose a base branch
from
lshqqytiger:webpack
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Grunt 대신 WebPack 도입 #1042
Conversation
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
수정했습니다. |
Kimu-Nowchira
added a commit
to Kimu-Nowchira/TTuKu
that referenced
this pull request
Nov 13, 2022
적용해 테스트해본 결과 작동에 이상은 없는 것 같습니다. |
kdhkr
approved these changes
Nov 14, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
기능상의 작동에는 문제가 없어 보입니다.
|
Kimu-Nowchira
added a commit
to Kimu-Nowchira/TTuKu
that referenced
this pull request
Nov 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
grunt
는 최신 자바스크립트 문법 일부를 지원하지 않아 프론트엔드 개발 시 불편합니다.따라서 Grunt를 WebPack으로 교체하여 최신 자바스크립트 문법을 이용하고 동시에 용량이 큰 인 게임 빌드 결과물을 경량화할 것을 제안합니다.
grunt default pack
대신npm run build
또는npx webpack
으로 배포합니다.global.min.js
4.73 KB → 4.85 KBin_admin.min.js
11 KB → 11.0 KBin_game_kkutu.min.js
99.1 KB → 87.3 KBin_login.min.js
737 Bytes → 764 Bytesin_portal.min.js
2.17 KB → 2.22 KB※ 인 게임 플레이 정상 작동까지 확인되었으나 다른 부분에 문제가 있을 수 있습니다.
그런 경우 Comment 남겨주시면 확인하겠습니다.