1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:41:17 -04:00
2021-07-15 16:46:46 -04:00
parent a848368d66
commit 8874b4f0ac
3 changed files with 9 additions and 16 deletions

View File

@@ -125,15 +125,10 @@ export default {
},
{
test: /\.(woff(2)?|ttf|otf|eot)$/,
use: [
{
loader: "file-loader",
options: {
name: "[name].[ext]",
outputPath: "fonts/",
},
},
],
type: "asset/resource",
generator: {
filename: "fonts/[name][ext]",
}
},
],
},