]> git.cworth.org Git - lmno.games/commitdiff
Makefile: Add support to use babel to compile React code using JSX
authorCarl Worth <cworth@cworth.org>
Mon, 25 May 2020 19:18:42 +0000 (12:18 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 26 May 2020 03:52:45 +0000 (20:52 -0700)
This is in preparation for starting to use React to implement LMNO
game clients.

In this commit, the previous "make dev" target is now simply "make",
and the previous "make prod" target is now "make LMNO_BUILD=production".
This latter command is definitely annoying to remember, but should
almost never need to be executed manually; instead the developer will
likely invoke "make deploy" which knows how to do a production build.


No differences found