메모
생각
검색
# .env
REACT_APP_VERSION
=
0.0.0-
${
TURBO_HASH
}
REACT_APP_VERSION을 자동으로 입력할 방법을 찾다가 결국 hash값을 추가했다.
Adding Custom Environment Variables | Create React App
GitHub - motdotla/dotenv-expand: Variable expansion for dotenv. Expand variables already on your machine for use in your .env file.
Create timestamp variable in bash script - Stack Overflow
#create-react-app
#node
#229
생성됨: 2022년 11월 21일 월요일
관련 메모
#228
Simplest Way to Install Babel Plugins in Create React App - DEV …
#51
create-react-app 구형버젼(+eject)에서 설치할 경우 연관된 부분이 많아서 차라리 cli를 사용하는…
#210
npm 레지스트리에서 특정 패키지에 대한 메타데이터 및 기타 정보를 볼 수 있습니다. 이 명령으로 패키지의 최신 버…
#213
yarnpkg - Is there a way to get the name of the npm script passe…
#234
Watch and WatchOptions | webpack