Compare commits

..

1 Commits

Author SHA1 Message Date
a36015c11b update to fa 6.1.1
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-06 23:36:42 -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]" }
} }
] ]
}, },