diff --git a/BUILD.gn b/BUILD.gn index 4f6417a..b2f91d4 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -39,7 +39,6 @@ action("brave-extension") { "app/components/braveShields/blockedResources/blockedResources.tsx", "app/components/braveShields/blockedResources/scriptsList.tsx", "app/components/braveShields/blockedResources/staticList.tsx", - "node_modules/brave-ui/features/shields/select/carat.svg", "app/constants/cosmeticFilterTypes.ts", "app/constants/resourceIdentifiers.ts", "app/constants/runtimeActionTypes.ts", diff --git a/webpack/prod.config.js b/webpack/prod.config.js index 1548c39..6b0e1f1 100644 --- a/webpack/prod.config.js +++ b/webpack/prod.config.js @@ -63,11 +63,11 @@ module.exports = { ] }, { - test: /\.woff(2)?(\?v=[0-9]\.[0-9]\.[0-9])?$/, + test: /\.(woff(2)|svg)?(\?v=[0-9]\.[0-9]\.[0-9])?$/, loader: 'url-loader?limit=13000&minetype=application/font-woff' }, { - test: /\.(ttf|eot|svg|ico|png|jpg|jpeg)(\?v=[0-9]\.[0-9]\.[0-9])?$/, + test: /\.(ttf|eot|ico|png|jpg|jpeg)(\?v=[0-9]\.[0-9]\.[0-9])?$/, loader: 'file-loader' }] }