File: fix-for-babel7.diff

package info (click to toggle)
node-babel-plugin-array-includes 2.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: fix for babel7
Author: Xavier Guimard <yadd@debian.org>
Forwarded: no
Last-Update: 2020-05-11

--- a/.babelrc
+++ b/.babelrc
@@ -1,3 +1,3 @@
 {
-    "presets": ["es2015"]
+    "presets": ["@babel/preset-env"]
 }