]> git.cworth.org Git - lmno.games/blob - .babelrc
Prep for stashing final scores against each mini grid
[lmno.games] / .babelrc
1 {
2   "presets": ["react"],
3   "env": {
4     "production": {
5       "plugins": [
6         "transform-object-rest-spread"
7       ]
8     },
9     "development": {
10       "plugins": [
11         "transform-react-jsx-self",
12         "transform-react-jsx-source",
13         "transform-object-rest-spread"
14       ]
15     }
16   }
17 }