Skip to content
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

환경설정 - Vanilla Extract 설정 추가 #4

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

ag502
Copy link
Collaborator

@ag502 ag502 commented Aug 11, 2024

PR 타입

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 문서 수정
  • 기타

연관 이슈

resovle #3

개요

Vanilla Extract 관련 설정 추가

변경 사항

  • Vanilla Extract 관련 라이브러리 설치
  • next/constants 임포트 문제로 확장자 변경 (mjs -> js)
  • next.config.js 에 관련 설정 추가

리뷰시 참고할 사항

@ag502 ag502 requested a review from f-lab-james August 11, 2024 11:14
@ag502 ag502 self-assigned this Aug 11, 2024
@ag502 ag502 linked an issue Aug 11, 2024 that may be closed by this pull request
2 tasks
/** @type {import('next').NextConfig} */
module.exports = (phase) => {
const withVanillaExtract = createVanillaExtractPlugin({
identifiers: phase === PHASE_DEVELOPMENT_SERVER ? "short" : "debug",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

short, debug 순서 잊지않고 바꾸기

Copy link

@ag502 ag502 merged commit 83d2ae4 into develop Aug 22, 2024
2 checks passed
@ag502 ag502 deleted the feature/3-style-library-setting branch August 22, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] style 관련 설정 추가
2 participants