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

(-)a/rspack.config.js (-2 / +1 lines)
Lines 29-35 module.exports = { Link Here
29
            __dirname,
29
            __dirname,
30
            "koha-tmpl/intranet-tmpl/prog/js/vue/dist/"
30
            "koha-tmpl/intranet-tmpl/prog/js/vue/dist/"
31
        ),
31
        ),
32
        chunkFilename: "[name].js",
32
        chunkFilename: "[name].[contenthash].js",
33
        globalObject: "window",
33
        globalObject: "window",
34
    },
34
    },
35
    module: {
35
    module: {
36
- 

Return to bug 37911