일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 자바
- git
- Python
- machine-learning
- VOA
- 스프링
- 리액트
- design pattern
- Winform
- MySQL
- 도커
- springboot
- kubernetes
- DataGridView
- c#
- 리팩토링
- Spring
- react
- Java
- AWS
- 코틀린
- Spring Boot
- 쿠버네티스
- 마이바티스
- mybatis
- github
- docker
- 파이썬
- Kotlin
- 스프링부트
Archives
- Today
- Total
목록Parcel (1)
보뇨 다이어리
parcel 프로젝트 빌드시 Unexpected token 에러
문제는 아래 사진과 같다 생각해보면 전혀 문제가 될부분이 아닌데 문제를 일으키니 답답할노릇이였는데.... 아주 간단함! 아래와 같이 추가해주고1npm install --save-dev babel-plugin-transform-class-propertiescs .babelrc 파일에 아래와 같이 붙혀주면 끄으읏!1234567891011// without options{ "plugins": ["transform-class-properties"]} // with options{ "plugins": [ ["transform-class-properties", { "spec": true }] ]}Colored by Color Scriptercs 참고 https://babeljs.io/docs/en/babel-plu..
프론트엔드/React 정보
2018. 9. 17. 10:51