Signed-off-by: Paul Cowan <Paul Cowan <paul.cowan@cutting.scot>
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': minor
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
replace the deprecated file-loader for fonts with assets module
|
||||
|
||||
@@ -93,7 +93,7 @@ export const transforms = (options: TransformOptions): Transforms => {
|
||||
test: /\.(eot|woff|woff2|ttf)$/i,
|
||||
type: 'asset/resource',
|
||||
generator: {
|
||||
filename: 'static/[hash][ext][query]',
|
||||
filename: 'static/[name].[hash][ext][query]',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user