diff --git a/webpack.config.js b/webpack.config.js index b662756c5..2dd375480 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -187,7 +187,8 @@ module.exports = [ * target, undefined; otherwise, the path to the local file to be served. */ function devServerProxyBypass({ path }) { - if (path.startsWith('/css/') || path.startsWith('/doc/')) { + if (path.startsWith('/css/') || path.startsWith('/doc/') + || path.startsWith('/fonts/')) { return path; }