mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: Copy fonts from @k8slens/core to open-lens correctly
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
14653c84e6
commit
33a9f3ea35
@ -122,7 +122,7 @@ const renderer: webpack.Configuration = {
|
||||
path.dirname(require.resolve("@k8slens/core/package.json")),
|
||||
corePackageJson.exports["./fonts"]
|
||||
),
|
||||
to: "[name][ext]",
|
||||
to: "fonts/[name][ext]",
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user