Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- typescript
- vue
- 용량
- Vue.js
- 웹개발
- Styled Components
- vue template
- docker
- jenkins
- IDE
- v-show
- 리다이렉션
- vue #vue.js #vue컴포넌트
- webpack
- React-Natvie
- javascript
- git commit
- NGINX
- ELB
- CI/CD
- vue-template-compiler
- webstorm
- v-if
- cicd
- Git
- ec2
- memory
- 100mb
- Pipeline
- 깃
- Today
- 647
- Total
- 487,879
목록React-Natvie (1)
번데기 개발자의 메모장

React Native를 개발하다 보면 절대 경로 설정을 하고 싶을 때가 있습니다. 이때 헤메시는 분들을 위해 간단하게 정리해보겠습니다. 1. babel-plugin-module-resolver 설치하기 먼저 아래와 같은 babel-plugin-module-resolver를 설치하여 줍니다. npm i babel-plugin-module-resolver 2. babel.config.js에서 alias 설정하기 babel.config.js는 기본적인 babel에 대한 설정을 저장하고 있는 config 파일입니다. 기본적으로 React-Native 프로젝트는 다음과 같이 babel.config.js가 구성되어 있습니다. module.exports = { presets: ['module:metro-react-..
웹 프론트엔드/React-Native
2022. 2. 1. 01:23