Skip to content

Commit

Permalink
docs: update npm-package-babel.md (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Aug 3, 2024
1 parent 78833b7 commit b389ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/languages/npm/npm-package-babel.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ Babel 커맨드를 자주 사용하는 상황이라면, NPM 스크립트로 등
/* package.json */

{
(... 생략 ...)
// ...
"scripts": {
"build": "babel src -d dist"
},
(... 생략 ...)
// ...
}
```

Expand Down

0 comments on commit b389ca9

Please sign in to comment.