Bugzilla – Attachment 172973 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), 857 bytes, created by
Matt Blenkinsop
on 2024-10-18 12:07:28 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:
2024-10-18 12:07:28 UTC
Size:
857 bytes
patch
obsolete
>From 24fb776347090eda753e7d3b9fca7e3411ab3bea 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.39.3 (Apple Git-146)
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