소스 검색

unfucked babel

Daniel Zlotin 8 년 전
부모
커밋
ae51981951
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      example-redux/package.json

+ 2
- 1
example-redux/package.json 파일 보기

@@ -15,6 +15,7 @@
15 15
     "redux": "^3.0.5",
16 16
     "redux-thunk": "^1.0.3",
17 17
     "seamless-immutable": "^5.0.1",
18
-    "react-native-navigation": "file:../"
18
+    "react-native-navigation": "file:../",
19
+    "babel-preset-react-native-stage-0": "*"
19 20
   }
20 21
 }