]> git.cworth.org Git - lmno.games/blob - .babelrc
Tweak the error message when submitting results of judging
[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         "transform-object-rest-spread"
11       ]
12     }
13   }
14 }