]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .babelrc
Adds Webpack support and removes the use for Grunt
[github/wallabag/wallabag.git] / .babelrc
diff --git a/.babelrc b/.babelrc
new file mode 100644 (file)
index 0000000..cd38bcc
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,5 @@
+{
+    "presets": [
+        ["env", {"modules": false}]
+    ]
+}