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

(-)a/rspack.config.js (-1 / +9 lines)
Lines 21-26 module.exports = { Link Here
21
            "koha-tmpl/intranet-tmpl/prog/js/vue/dist/"
21
            "koha-tmpl/intranet-tmpl/prog/js/vue/dist/"
22
        ),
22
        ),
23
        chunkFilename: "[name].js",
23
        chunkFilename: "[name].js",
24
        globalObject: "window",
24
    },
25
    },
25
    module: {
26
    module: {
26
        rules: [
27
        rules: [
Lines 63-66 module.exports = { Link Here
63
            __VUE_PROD_DEVTOOLS__: false,
64
            __VUE_PROD_DEVTOOLS__: false,
64
        }),
65
        }),
65
    ],
66
    ],
67
    externals: {
68
        jquery: "jQuery",
69
        "datatables.net": "DataTable",
70
        "datatables.net-buttons": "DataTable",
71
        "datatables.net-buttons/js/buttons.html5": "DataTable",
72
        "datatables.net-buttons/js/buttons.print": "DataTable",
73
        "datatables.net-buttons/js/buttons.colVis": "DataTable",
74
    },
66
};
75
};
67
- 

Return to bug 37824