]> git.cworth.org Git - lmno.games/blob - .babelrc
tictactoe: Don't let the user send an illegal move
[lmno.games] / .babelrc
1 {
2   "presets": ["react"],
3   "env": {
4     "production": {
5     },
6     "development": {
7       "plugins": [
8         "transform-react-jsx-self",
9         "transform-react-jsx-source"
10       ]
11     }
12   }
13 }