Skip to content

Commit 23fe778

Browse files
fixupdated webpack.config to point to the correct fonts location
1 parent a2689f5 commit 23fe778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = () => ({
7676
{
7777
loader: 'file-loader',
7878
options: {
79-
name: 'example/font/**/[name].[ext]',
79+
name: 'example/font/[path][name].[ext]',
8080
},
8181
},
8282
],

0 commit comments

Comments
 (0)