Increase ts fork check mem limit (#22118)

pull/22124/head
Dominik Prokop 6 years ago committed by GitHub
parent df1d43167a
commit 60ed1e9527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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',

Loading…
Cancel
Save