diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js index 806c0c6f40..f70040c647 100644 --- a/webpack/webpack.common.js +++ b/webpack/webpack.common.js @@ -173,7 +173,7 @@ module.exports = (env) => { ] }, { - test: /\.(html|eot|ttf|svg|woff|woff2)$/, + test: /\.(html|eot|ttf|otf|svg|woff|woff2)$/, loader: 'raw-loader' } ]