diff --git a/client/web/build/webpack.config.ts b/client/web/build/webpack.config.ts index 50814228..845c3886 100644 --- a/client/web/build/webpack.config.ts +++ b/client/web/build/webpack.config.ts @@ -288,7 +288,7 @@ const config: Configuration = { ], }, { - test: /\.(png|jpg|gif|woff|woff2|svg|eot|ttf)$/, + test: /\.(png|jpg|gif|woff|woff2|svg|eot|ttf|webp|webm)$/, loader: 'url-loader', options: { limit: 8192,