File: 2003_rollup-babel.patch

package info (click to toggle)
node-flatted 3.2.7~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,428 kB
  • sloc: javascript: 662; php: 209; makefile: 63; sh: 1
file content (13 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: modernize rollup plugin babel
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2021-11-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/rollup/babel.config.js
+++ b/rollup/babel.config.js
@@ -1,4 +1,4 @@
-import babel from 'rollup-plugin-babel';
+import babel from '@rollup/plugin-babel';
 
 export default {
   input: './esm/index.js',