4 Commits

Author SHA1 Message Date
ce0e0e58cb update to fa 6.1.1
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-06 23:36:06 -04:00
7901d971aa remove invalid opts 2022-05-06 23:36:06 -04:00
39c3926a0e update deps 2022-05-06 23:36:06 -04:00
299f227fec update deps
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-06 20:31:16 -04:00

View File

@ -44,8 +44,8 @@ module.exports = (env, options) => {
}, },
{ {
test: /\.(woff(2)?|ttf|eot|svg|otf)(\?v=[0-9]\.[0-9]\.[0-9])?$/, test: /\.(woff(2)?|ttf|eot|svg|otf)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
type: 'asset/resource', type: "asset/resource",
generator: { filename: 'fonts/[name][ext]' } generator: { filename: "fonts/[name][ext]" }
} }
] ]
}, },