-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: content.match is not a function #53
Comments
Thanks for filing @Abdull! Would you mind sharing what's in your Our test cases look exactly like our readme and are passing on webpack 5, so I suspect interplay with another plugin or content type. |
I had this issue using another plugin My solution was to put the Fontmin-Webpack plugin before MiniCssExtractPlugin and it disappeared. ENV: using the Asset Modules and no file-loader, with Webpack@5.65.0, MiniCssExtractPlugin@2.4.5 |
I have the same problem |
@qiutian00 did the advice of other posters to respect the order of plugins in the example work? What other plugins are you using? |
Not solved this problem, finally, I use the online site to convert font https://transfonter.org/ |
Using
I set up
FontminPlugin
in my webpack project as per its documentation (following reduced to minimal setup):I get the following
TypeError
when running my webpack build:The text was updated successfully, but these errors were encountered: