Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed Jun 21, 2024
1 parent d471062 commit 14040f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ module.exports = [
module: {
rules: base.module.rules.concat([
{
test: /\.(svg|png|wav|gif|jpg)$/,
test: /\.(svg|png|wav|gif|jpg|ttf)$/,
loader: 'file-loader',
options: {
outputPath: 'static/assets/',
Expand Down

0 comments on commit 14040f6

Please sign in to comment.