From 5af423e4f6c5d2c70fdeb9edb48608f21704c25c Mon Sep 17 00:00:00 2001 From: Mathias Skjulestad Date: Wed, 29 Jan 2025 14:06:36 +0100 Subject: [PATCH] CSS Modules does not work. #298 --- webpack.config.react4xp.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.config.react4xp.js b/webpack.config.react4xp.js index 174a690b..2951e05e 100644 --- a/webpack.config.react4xp.js +++ b/webpack.config.react4xp.js @@ -35,7 +35,8 @@ module.exports = function(env, config) { loader: 'css-loader', options: { importLoaders: 1, - modules: { auto: true } + modules: { auto: true }, + esModule: false, } }, {