Refreshing no-relative-imports.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3c0cdd8278
commit
543ab1237a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ diff -Naurp bootstrap-html.orig/build/build-plugins.mjs bootstrap-html/build/bui
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import { fileURLToPath } from 'node:url'
|
import { fileURLToPath } from 'node:url'
|
||||||
-import { babel } from '@rollup/plugin-babel'
|
-import { babel } from '@rollup/plugin-babel'
|
||||||
-import globby from 'globby'
|
-import { globby } from 'globby'
|
||||||
-import { rollup } from 'rollup'
|
-import { rollup } from 'rollup'
|
||||||
+import { babel } from "file:///usr/share/nodejs/@rollup/plugin-babel/dist/cjs/index.js"
|
+import { babel } from "file:///usr/share/nodejs/@rollup/plugin-babel/dist/cjs/index.js"
|
||||||
+import globby from "file:///usr/share/nodejs/globby/index.cjs"
|
+import globby from "file:///usr/share/nodejs/globby/index.cjs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue