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

(-)a/rspack.config.js (-10 / +1 lines)
Lines 13-21 module.exports = [ Link Here
13
                ),
13
                ),
14
            },
14
            },
15
        },
15
        },
16
        experiments: {
17
            css: true,
18
        },
19
        entry: {
16
        entry: {
20
            erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts",
17
            erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts",
21
            preservation:
18
            preservation:
Lines 129-140 module.exports = [ Link Here
129
                        path.resolve(__dirname, "t/cypress/"),
126
                        path.resolve(__dirname, "t/cypress/"),
130
                    ],
127
                    ],
131
                    type: "javascript/auto",
128
                    type: "javascript/auto",
132
                },
129
                }
133
                {
134
                    test: /\.css$/i,
135
                    type: "javascript/auto",
136
                    use: ["style-loader", "css-loader"],
137
                },
138
            ],
130
            ],
139
        },
131
        },
140
        plugins: [
132
        plugins: [
141
- 

Return to bug 37911