Skip to content

Commit

Permalink
Remove fonts for real
Browse files Browse the repository at this point in the history
  • Loading branch information
tchock committed Jan 26, 2021
1 parent 918202e commit 828b2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/.bojagi/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
]
},
{
test: /\.(svg|ico|jpg|jpeg|png|apng|gif|eot|otf|webp|ttf|woff|woff2|cur|ani|pdf)(\?.*)?$/,
test: /\.(svg|ico|jpg|jpeg|png|apng|gif|eot|otf|webp|cur|ani|pdf)(\?.*)?$/,
loader: 'url-loader',
options: { limit: 10000, name: 'static/media/[name].[hash:8].[ext]', esModule: false }
},
Expand Down

0 comments on commit 828b2de

Please sign in to comment.