View | Details | Raw Unified | Return to bug 37911
Collapse All | Expand All

(-)a/rspack.config.js (-2 / +1 lines)
Lines 21-27 module.exports = { Link Here
21
            __dirname,
21
            __dirname,
22
            "koha-tmpl/intranet-tmpl/prog/js/vue/dist/"
22
            "koha-tmpl/intranet-tmpl/prog/js/vue/dist/"
23
        ),
23
        ),
24
        chunkFilename: "[name].js",
24
        chunkFilename: "[name].[contenthash].js",
25
        globalObject: "window",
25
        globalObject: "window",
26
    },
26
    },
27
    module: {
27
    module: {
28
- 

Return to bug 37911