Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
make carat for select show on prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Oct 29, 2018
1 parent 86e83e1 commit ce6faa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions BUILD.gn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
action("brave-extension") {
# Need this to fire re-pack if changed, nevertheless extension is repacked on each 2nd build
inputs = [
"app/actions/cosmeticFilterActions.ts",
"app/actions/cosmeticFilterActions.ts",
"app/actions/runtimeActions.ts",
"app/actions/shieldsPanelActions.ts",
"app/actions/tabActions.ts",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions webpack/prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}]
}
Expand Down

0 comments on commit ce6faa0

Please sign in to comment.