1
0
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:
Roman 2020-09-06 16:29:06 +03:00
parent 4ab44bda3f
commit 01d5989894

View File

@ -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',