File: drop-legacy-plugins.patch

package info (click to toggle)
node-redux 4.0.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,484 kB
  • sloc: javascript: 7,441; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13

Forwarded: https://github.com/reduxjs/redux/pull/3982

--- a/rollup.config.js
+++ b/rollup.config.js
@@ -1,5 +1,5 @@
-import nodeResolve from 'rollup-plugin-node-resolve'
-import babel from 'rollup-plugin-babel'
+import nodeResolve from '@rollup/plugin-node-resolve'
+import babel from '@rollup/plugin-babel'
 import replace from 'rollup-plugin-replace'
 import { terser } from 'rollup-plugin-terser'