Skip to content

Webpack plugin doesn't handle css modules #962

Answered by FredKSchott
toneb asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, good catch! Would love to accept a PR that implements this!

nit picky question: would this work as well?

{
  test: /\.module\.css$/,
  use: [...]
},
{
  test: /\.css$/,
  use: [...],
  exclude: /\.module\.css$/
},

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@toneb
Comment options

Answer selected by toneb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants