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:
parent
5dc00e7b2d
commit
96ce667cbd
@ -1 +1,3 @@
|
|||||||
module.exports = require("@k8slens/webpack").configForNode;
|
const { performance, ...configWithoutBundleSizeLimit } = require("@k8slens/webpack").configForNode;
|
||||||
|
|
||||||
|
module.exports = configWithoutBundleSizeLimit;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user