Bugzilla – Attachment 177317 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), 839 bytes, created by
Paul Derscheid
on 2025-01-29 16:35:55 UTC
(
hide
)
Description:
Bug 38993: (follow-up) Add 'fetch' alias to rspack config
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-01-29 16:35:55 UTC
Size:
839 bytes
patch
obsolete
>From cca6d988d0f38ad1dddcf6b4a866eb70fa60aa80 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 > >--- > webpack.config.js | 5 ----- > 1 file changed, 5 deletions(-) > >diff --git a/webpack.config.js b/webpack.config.js >index 536e1e389b..ae87653c24 100644 >--- a/webpack.config.js >+++ b/webpack.config.js >@@ -4,11 +4,6 @@ const path = require("path"); > const webpack = require('webpack'); > > module.exports = { >- resolve: { >- alias: { >- '@fetch': path.resolve(__dirname, 'koha-tmpl/intranet-tmpl/prog/js/fetch'), >- }, >- }, > entry: { > erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts", > preservation: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts", >-- >2.39.5
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