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:
Paul Cowan
2021-09-11 11:38:39 +01:00
parent d835d112fe
commit 7c7ee9b9b3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/cli': minor
'@backstage/cli': patch
---
replace the deprecated file-loader for fonts with assets module
+1 -1
View File
@@ -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]',
},
},
{