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:
@@ -145,6 +145,7 @@ export const transforms = (options: TransformOptions): Transforms => {
|
||||
/\.vert$/,
|
||||
{ and: [/\.svg$/, { not: [/\.icon\.svg$/] }] },
|
||||
/\.xml$/,
|
||||
/\.ico$/,
|
||||
],
|
||||
type: 'asset/resource',
|
||||
generator: {
|
||||
|
||||
Reference in New Issue
Block a user