1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: Remove bundle size limit from lens-link being a script which bundles the dependencies

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-04-21 16:00:26 +03:00
parent 5dc00e7b2d
commit 96ce667cbd
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -1 +1,3 @@
module.exports = require("@k8slens/webpack").configForNode;
const { performance, ...configWithoutBundleSizeLimit } = require("@k8slens/webpack").configForNode;
module.exports = configWithoutBundleSizeLimit;