Skip to content

Commit fe40833

Browse files
committed
Update webpack.config.js
1 parent 20528c9 commit fe40833

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
@@ -61,7 +61,7 @@ module.exports = function (env, argv) {
6161
}]
6262
}, {
6363
test: /\.(woff2|ttf)$/,
64-
loader: 'url-loader',
64+
type: 'asset/inline',
6565
}]
6666
},
6767
output: {

0 commit comments

Comments
 (0)