diff --git a/config/webpack.ts b/config/webpack.ts index 00a2213954..196117268d 100644 --- a/config/webpack.ts +++ b/config/webpack.ts @@ -545,6 +545,7 @@ export default (env: Env) => { /^(?!en).+.json/, /webpack-stats.json/, /screenshots\//, + /\.br$/, ], }, }),