Skip to content

Commit

Permalink
CSS Modules does not work. #298 (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
skjulestad authored Feb 3, 2025
1 parent 0d1d537 commit 27d8444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.react4xp.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ module.exports = function(env, config) {
loader: 'css-loader',
options: {
importLoaders: 1,
modules: { auto: true }
modules: { auto: true },
esModule: false,
}
},
{
Expand Down

0 comments on commit 27d8444

Please sign in to comment.