mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
To check that these bundles need to be closer to half a meg will be checked elsewhere. Co-authored-by: Janne Savolainen <janne.savolainen@live.fi> Signed-off-by: Mikko Aspiala <mikko.aspiala@gmail.com>
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
const config = require("@k8slens/webpack").configForNode;
|
|
|
|
config.performance.maxEntrypointSize = 300000
|
|
|
|
module.exports = config;
|