Skip to content

Commit

Permalink
Fix ico import in webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
cipi1965 committed Jun 10, 2024
1 parent ec61926 commit 687f2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.main.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Configuration } from 'webpack';
import { rules } from "./webpack.rules";

rules.push({
test: /\.(woff|woff2|eot|ttf|otf|png|jpeg|jpg|mp3)$/i,
test: /\.(woff|woff2|eot|ttf|otf|png|jpeg|jpg|mp3|ico)$/i,
type: 'asset/resource',
})

Expand Down

0 comments on commit 687f2d1

Please sign in to comment.