File tree 5 files changed +5
-12
lines changed
5 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " with-reasonml" ,
3
3
"version" : " 1.0.0" ,
4
4
"scripts" : {
5
- "dev" : " concurrently \" bsb -clean-world -make-world -w \" \" next -w \" " ,
6
- "build" : " bsb -clean-world -make-world && next build" ,
7
- "start" : " bsb -clean-world -make-world && next start -w "
5
+ "dev" : " bsb -clean-world -make-world && next dev lib/js " ,
6
+ "build" : " bsb -clean-world -make-world && next build lib/js " ,
7
+ "start" : " next start lib/js "
8
8
},
9
9
"license" : " ISC" ,
10
10
"dependencies" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ let make = (_children) => {
10
10
</div >
11
11
};
12
12
13
- let jsComponent = ReasonReact . wrapReasonForJs(~component, (_jsProps) => make([||] ));
13
+ let default = ReasonReact . wrapReasonForJs(~component, (_jsProps) => make([||] ));
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ let make = (_children) => {
10
10
</div >
11
11
};
12
12
13
- let jsComponent = ReasonReact . wrapReasonForJs(~component, (_jsProps) => make([||] ));
13
+ let default = ReasonReact . wrapReasonForJs(~component, (_jsProps) => make([||] ));
You can’t perform that action at this time.
0 commit comments