-
Notifications
You must be signed in to change notification settings - Fork 2
build(packages): Rollup 기반으로 패키지 번들링 툴 변경
#416
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
Changes from all commits
697ec32
2ed9c35
014411f
36784be
e2ee64a
1659481
4eb29d1
91cea10
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| const { createRollupConfig } = require("@hcc/rollup-config/base"); | ||
|
|
||
| module.exports = createRollupConfig(); |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,3 @@ | ||||||||||
| 'use client'; | ||||||||||
|
|
||||||||||
| import { | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
React Server Components (RSC) 환경(예: Next.js App Router)에서 이 컴포넌트를 사용하면, 서버 컴포넌트에서 클라이언트 훅을 사용하려다 런타임 에러가 발생할 수 있습니다. 따라서 이 컴포넌트가 클라이언트 측에서 상태를 관리하고 컨텍스트를 제공하는 역할을 제대로 수행하려면
Suggested change
|
||||||||||
| QueryClientProvider as BaseQueryClientProvider, | ||||||||||
| QueryClient, | ||||||||||
|
|
||||||||||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| const { createRollupConfig } = require("@hcc/rollup-config/base"); | ||
|
|
||
| module.exports = createRollupConfig(); |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| const { createRollupConfig } = require("@hcc/rollup-config/base"); | ||
|
|
||
| module.exports = createRollupConfig(); | ||
ohprettyhak marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Uh oh!
There was an error while loading. Please reload this page.