File: babelrc.patch

package info (click to toggle)
node-vue-resource 1.3.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 424 kB
  • sloc: makefile: 8; sh: 2
file content (10 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,7 @@
+{
+  "presets": [
+    ["es2015", {
+      "loose": false,
+    }],
+  ],
+}