From cca6d988d0f38ad1dddcf6b4a866eb70fa60aa80 Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Wed, 29 Jan 2025 16:34:31 +0000 Subject: [PATCH] Bug 38993: (follow-up) Add 'fetch' alias to rspack config --- webpack.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 536e1e389b..ae87653c24 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -4,11 +4,6 @@ const path = require("path"); const webpack = require('webpack'); module.exports = { - resolve: { - alias: { - '@fetch': path.resolve(__dirname, 'koha-tmpl/intranet-tmpl/prog/js/fetch'), - }, - }, entry: { erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts", preservation: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts", -- 2.39.5