X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=.babelrc;fp=.babelrc;h=616814649334e76fddc2dc563f6eb118aa3ec80e;hb=74c0a62db7e22aadfb5671dc240afc01982a15d9;hp=0000000000000000000000000000000000000000;hpb=66cf323a2cab4b9a76e49ad7561e1c5d7226b020;p=alttp.git diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..6168146 --- /dev/null +++ b/.babelrc @@ -0,0 +1,6 @@ +{ + "presets": [ + "@babel/env", + "@babel/preset-react" + ] +}