Add .ico to assets transformer

Allows for import .ico files as assets

Signed-off-by: Stephen A. Wilson <code@stephenawilson.ca>
This commit is contained in:
Stephen A. Wilson
2024-02-22 11:33:57 -05:00
parent c671293324
commit af7f25dec7
@@ -145,6 +145,7 @@ export const transforms = (options: TransformOptions): Transforms => {
/\.vert$/,
{ and: [/\.svg$/, { not: [/\.icon\.svg$/] }] },
/\.xml$/,
/\.ico$/,
],
type: 'asset/resource',
generator: {