1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/infrastructure/lens-link/webpack.config.js
Janne Savolainen 96ce667cbd
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>
2023-04-21 16:00:26 +03:00

4 lines
148 B
JavaScript

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