Bugzilla – Attachment 176967 Details for
Bug 37911
Prototype vue islands within static pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37911: (follow-up) Prevent resolution failure of dynamic imports when building in mode --production
Bug-37911-follow-up-Prevent-resolution-failure-of-.patch (text/plain), 841 bytes, created by
Matt Blenkinsop
on 2025-01-23 14:30:59 UTC
(
hide
)
Description:
Bug 37911: (follow-up) Prevent resolution failure of dynamic imports when building in mode --production
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-01-23 14:30:59 UTC
Size:
841 bytes
patch
obsolete
>From d7ce79aec4b599b1d5159fff87b93d7c6195d766 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Fri, 13 Sep 2024 13:36:20 +0000 >Subject: [PATCH] Bug 37911: (follow-up) Prevent resolution failure of dynamic > imports when building in mode --production > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > rspack.config.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/rspack.config.js b/rspack.config.js >index 7aa53b03bc4..01465cc1253 100644 >--- a/rspack.config.js >+++ b/rspack.config.js >@@ -21,7 +21,7 @@ module.exports = { > __dirname, > "koha-tmpl/intranet-tmpl/prog/js/vue/dist/" > ), >- chunkFilename: "[name].js", >+ chunkFilename: "[name].[contenthash].js", > globalObject: "window", > }, > module: { >-- >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 37911
:
171425
|
171426
|
171432
|
171439
|
171440
|
171445
|
171459
|
171517
|
171538
|
171608
|
171685
|
172962
|
172963
|
172965
|
172966
|
172967
|
172968
|
172969
|
172970
|
172971
|
172972
|
172973
|
172974
|
172975
|
176959
|
176960
|
176961
|
176962
|
176963
|
176964
|
176965
|
176966
| 176967 |
176968
|
176969
|
176970
|
176972