aboutsummaryrefslogtreecommitdiff
path: root/assets/.babelrc
diff options
context:
space:
mode:
authorGuillermo Ramos2020-02-04 13:49:53 +0100
committerGuillermo Ramos2020-02-04 14:20:23 +0100
commit1566a2fcba0676cf54dde2b04702a320d9f1edcd (patch)
tree1d6b378f2d5192fbc3f9446ba9a0cd6e8af2c4c7 /assets/.babelrc
downloadwaev-1566a2fcba0676cf54dde2b04702a320d9f1edcd.tar.gz
Initial commit
Diffstat (limited to 'assets/.babelrc')
-rw-r--r--assets/.babelrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/.babelrc b/assets/.babelrc
new file mode 100644
index 0000000..ce33b24
--- /dev/null
+++ b/assets/.babelrc
@@ -0,0 +1,5 @@
+{
+ "presets": [
+ "@babel/preset-env"
+ ]
+}