Skip to content

Commit 50530d0

Browse files
committed
Fix font loading
1 parent 23860d5 commit 50530d0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

webpack.config.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ module.exports = {
3131
},
3232
{
3333
test: /\.(ttf|eot|woff|woff2|svg)$/,
34-
use: [
35-
{
36-
loader: 'file-loader',
37-
},
38-
],
34+
type: 'asset/resource',
3935
},
4036
],
4137
},

0 commit comments

Comments
 (0)