Compare commits

..

1 Commits

Author SHA1 Message Date
d086c4c813 update to fa 6.1.1
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-06 23:51:53 -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]' }
} }
] ]
}, },