Bugzilla – Attachment 179107 Details for
Bug 38993
Merge fetch files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38993: (follow-up) Add 'fetch' alias to rspack config
Bug-38993-follow-up-Add-fetch-alias-to-rspack-conf.patch (text/plain), 921 bytes, created by
Martin Renvoize (ashimema)
on 2025-03-10 12:13:39 UTC
(
hide
)
Description:
Bug 38993: (follow-up) Add 'fetch' alias to rspack config
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-03-10 12:13:39 UTC
Size:
921 bytes
patch
obsolete
>From bd2507d4fac6efd432879d374cfeba3333993ccc Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Wed, 29 Jan 2025 16:34:31 +0000 >Subject: [PATCH] Bug 38993: (follow-up) Add 'fetch' alias to rspack config > >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > rspack.config.js | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/rspack.config.js b/rspack.config.js >index 6a8e40c4f6e..4d71ab436b3 100644 >--- a/rspack.config.js >+++ b/rspack.config.js >@@ -4,6 +4,14 @@ const path = require("path"); > const rspack = require("@rspack/core"); > > module.exports = { >+ resolve: { >+ alias: { >+ "@fetch": path.resolve( >+ __dirname, >+ "koha-tmpl/intranet-tmpl/prog/js/fetch" >+ ), >+ }, >+ }, > experiments: { > css: true, > }, >-- >2.48.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38993
:
177316
|
177317
|
177318
|
177337
|
177338
|
177339
|
177342
|
177343
|
177344
|
177345
|
177346
|
177347
|
177348
|
179100
|
179101
|
179102
|
179103
|
179106
| 179107 |
179108
|
179109
|
179513
|
179550