From fb8fcb8df4a0b2b42da60867b575160ead4ded46 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Fri, 10 Sep 2021 13:42:28 -0400 Subject: [PATCH] feat: described LESS.js style processor --- config-tutorial/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config-tutorial/webpack.config.js b/config-tutorial/webpack.config.js index 25c2dd9..e823e4f 100644 --- a/config-tutorial/webpack.config.js +++ b/config-tutorial/webpack.config.js @@ -36,6 +36,7 @@ module.exports = { use: [ 'style-loader', 'css-loader', + //use less-loader so that LESS.js processes styles 'less-loader', ], },