Skip to content

CSS Modules support #37

Answered by codedepon
codedepon asked this question in Q&A
Discussion options

You must be logged in to vote

For anyone looking for support of css modules the only that you need to do is change sass loader like this, it works like a charm.

{
        loader: 'css-loader',
        options: {
          importLoaders: 1,
          modules: undefined,
          import: true,
        },
 },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by codedepon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant