Open Abdull opened 2 years ago
Thanks for filing @Abdull! Would you mind sharing what's in your // ...
and entry file?
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 MiniCssExtractPlugin
.
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?
@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: