Skip to content

Commit

Permalink
changeset detect actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
2-one-week committed Nov 27, 2024
1 parent f7aba3d commit c2f59bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rollup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ import {generateRollupConfig} from '@naverpay/rollup'
이 패키지와 관련된 추가 정보는 아래 링크를 통해 확인할 수 있습니다:

- <https://rollupjs.org/introduction/>

### changeset detect actions test
1 change: 1 addition & 0 deletions packages/rollup/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function getBabelPresets({react, ie}: Pick<GenerateRollupConfigOptions, 'react'
return [presetEnv, '@babel/preset-typescript', ['@babel/preset-react', {runtime: react.runtime}]]
}

//
interface GenerateRollupConfigOptions {
entrypoint: string | Record<'index' & string, string>
outpoint?: {
Expand Down

0 comments on commit c2f59bc

Please sign in to comment.