diff --git a/scripts/webpack/webpack.prod.js b/scripts/webpack/webpack.prod.js index 8630974777b..c85c69373e0 100644 --- a/scripts/webpack/webpack.prod.js +++ b/scripts/webpack/webpack.prod.js @@ -90,6 +90,7 @@ module.exports = merge(common, { plugins: [ new ForkTsCheckerWebpackPlugin({ checkSyntacticErrors: true, + memoryLimit: 4096, }), new MiniCssExtractPlugin({ filename: 'grafana.[name].[hash].css',