Skip to content

material-icons css is missing #750

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

You must be logged in to vote

It works with "@material-design-icons/font": "^0.13.0",
the problem was in webpack 5 config using new Asset modules:

{
        test: /\.(woff|woff2|eot|ttf|otf)$/i,
        type: 'asset/resource',
        generator: {
          filename: 'fonts/[hash][ext][query]'
        }
      },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sytolk
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