mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Silence webpack-extension-api output
Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
This commit is contained in:
parent
bcfa00aea5
commit
cb1a3bc80d
@ -25,7 +25,7 @@ export default function (): webpack.Configuration {
|
||||
optimization: {
|
||||
// we don't really need minimize
|
||||
// default is true
|
||||
minimize: false
|
||||
minimize: false,
|
||||
},
|
||||
cache: isDevelopment ? {
|
||||
type: "filesystem",
|
||||
@ -132,6 +132,9 @@ export default function (): webpack.Configuration {
|
||||
// moduleName: '@k8slens/extensions',
|
||||
// out: 'extension-api.d.ts',
|
||||
// })
|
||||
]
|
||||
],
|
||||
// we probably don't need warnings as
|
||||
// the output is only used for extension development/testing
|
||||
stats: "errors-only"
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user