File: use-babel7.patch

package info (click to toggle)
node-colormin 1.1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: javascript: 697; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
@babel/preset-env is recommended default preset in Babel 7

--- a/.babelrc
+++ b/.babelrc
@@ -1,4 +1,4 @@
 {
-  "presets": ["es2015-loose", "stage-0"],
+  "presets": ["@babel/env"],
   "plugins": ["add-module-exports"]
 }