mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
extensions-api -- hide warning "dependency: the request of a dependency is an expression"
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
4ab44bda3f
commit
01d5989894
@ -44,6 +44,11 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura
|
||||
filename: '[name].js',
|
||||
chunkFilename: 'chunks/[name].js',
|
||||
},
|
||||
stats: {
|
||||
warningsFilter: [
|
||||
/Critical dependency: the request of a dependency is an expression/
|
||||
]
|
||||
},
|
||||
resolve: {
|
||||
extensions: [
|
||||
'.js', '.jsx', '.json',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user