Skip to content

Commit

Permalink
CSS Modules does not work. #298
Browse files Browse the repository at this point in the history
  • Loading branch information
skjulestad committed Jan 29, 2025
1 parent 0d1d537 commit 5af423e
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 5af423e

Please sign in to comment.