mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
c3a73b9316
commit
bbb5f913a3
@ -45,7 +45,7 @@ export function webpackConfigReact(): webpack.Configuration {
|
||||
extractComments: {
|
||||
condition: "some",
|
||||
banner: [
|
||||
`Lens - The Kubernetes IDE. Copyright ${new Date().getFullYear()} by Lakend Labs, Inc. All rights reserved.`
|
||||
`Lens - The Kubernetes IDE. Copyright ${new Date().getFullYear()} by Mirantis, Inc. All rights reserved.`
|
||||
].join("\n")
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user