Update ko-kr translation - #203
Merged
Merged
Conversation
comfuture
reviewed
Jul 11, 2018
| 모든 번들러 이벤트 목록입니다. | ||
|
|
||
| * `bundled`는 Parcel이 한 번 성공적으로 번들링을 마친 후 발생되어 메인 [번들](#번들)을 callback에 전달됩니다. | ||
| * `bundled`는 **처음 한 번만**, Parcel이 성공적으로 번들링을 마친 후 발생되어 메인 [번들](#번들)을 callback에 전달됩니다. |
comfuture
suggested changes
Jul 11, 2018
|
|
||
| Parcel은 의존성이 필요할때마다 `node_module`에서 맞는 의존성을 찾고, 만약 찾지 못하면 자동으로 `yarn`이나 `npm`을 이용해 의존성을 설치합니다.(`yarn.lock` 파일이 있는지 여부로 패키지 매니저 결정) 이 기능은 개발자로 하여금 의존성 설치를 위해 Parcel을 매번 종료하거나 여러개의 터미널을 띄우지 않아도 되게 해줍니다. | ||
|
|
||
| 이 기능은 오직 *개발모드*에서만 동작합니다. ([`serve`](cli.md#serve) 혹은 [`watch`](cli.md#watch) 명령어 사용시) 하지만 프로덕션모드([`build`](cli.md#build) 명령어)에선 배포도중 발생하는 원치않는 부작용을 방지하기 위해 자동설치가 비활성화 됩니다. |
adhrinae
reviewed
Jul 11, 2018
| 모든 번들러 이벤트 목록입니다. | ||
|
|
||
| * `bundled`는 Parcel이 한 번 성공적으로 번들링을 마친 후 발생되어 메인 [번들](#번들)을 callback에 전달됩니다. | ||
| * `bundled` 이벤트는 **처음 한 번만**,Parcel이 성공적으로 번들링을 마친 후 발생되어, 메인 [번들](#번들)을 callback에 전달합니다. |
|
|
||
| ## 의존성 자동설치 | ||
|
|
||
| Parcel은 의존성이 필요할때마다 `node_module`에서 맞는 의존성을 찾고, 만약 찾지 못하면 자동으로 `yarn`이나 `npm`을 이용해 의존성을 설치합니다.(`yarn.lock` 파일이 있는지 여부로 패키지 매니저 결정) 이 기능은 개발자로 하여금 의존성 설치를 위해 Parcel을 매번 종료하거나 여러개의 터미널을 띄우지 않아도 되게 해줍니다. |
There was a problem hiding this comment.
저는 dependencies 를 이 맥락에서는 의존성 패키지 라고 부르는걸 선호하는데 어떻게 생각하시나요?
adhrinae
approved these changes
Jul 14, 2018
wickedev
approved these changes
Jul 17, 2018
wickedev
approved these changes
Jul 17, 2018
wickedev
approved these changes
Jul 17, 2018
DeMoorJasper
approved these changes
Jul 17, 2018
This file contains hidden or 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
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.
@devongovett Can I know the plan of reviewing #185 , #194 and #195 ? If you can merge them, I will translate them also.