From d5c55082dac3d004c6577f045cb7b2f00854ee95 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sat, 4 Jun 2022 11:08:18 -0700 Subject: [PATCH] Readable class names for now --- webpack.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index cab02bb..7cf6efa 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -23,7 +23,9 @@ const baseConfig = { loader: 'css-loader', options: { import: false, - modules: true + modules: { + localIdentName: '[path][name]__[local]', + } } } ],