Defining the fonts src pat as `${basePath}/assets/src/fonts/**/*.+(ttf|woff|woff2)` is not working. The `**` wildcard seems to cause the problem.
Defining the fonts src pat as
${basePath}/assets/src/fonts/**/*.+(ttf|woff|woff2)is not working. The**wildcard seems to cause the problem.