Bugzilla – Attachment 177318 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), 743 bytes, created by
Paul Derscheid
on 2025-01-29 16:46:58 UTC
(
hide
)
Description:
Bug 38993: (follow-up) Add 'fetch' alias to rspack config
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-01-29 16:46:58 UTC
Size:
743 bytes
patch
obsolete
>From 52ae3407ff9050e6004567a6ce2b3d3e903a0363 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 > >--- > rspack.config.js | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/rspack.config.js b/rspack.config.js >index 6a8e40c4f6..7230a9be0e 100644 >--- a/rspack.config.js >+++ b/rspack.config.js >@@ -4,6 +4,11 @@ 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