From b9eecdbd0927907cc951800710225f4f4ef349b3 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 30 Jun 2020 22:39:25 +0200 Subject: [PATCH 2/3] FIXUP: Re-drop less rule Not using less, and shouldn't start using it now. --- src/cockpit/389-console/webpack.config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git src/cockpit/389-console/webpack.config.js src/cockpit/389-console/webpack.config.js index 6ff2d98bd..0c9ee1ecc 100644 --- src/cockpit/389-console/webpack.config.js +++ src/cockpit/389-console/webpack.config.js @@ -150,14 +150,6 @@ module.exports = { // exclude: /node_modules/, // use: ["style-loader", "css-loader"] //}, - { - test: /\.less$/, - use: [ - extract.loader, - 'css-loader', - 'less-loader', - ] - }, { test: /\.(png|jpg|gif)$/i, use: [ -- 2.26.2