Increase ts fork check mem limit (#22118)

This commit is contained in:
Dominik Prokop 2020-02-12 12:08:37 +01:00 committed by GitHub
parent df1d43167a
commit 60ed1e9527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,7 @@ module.exports = merge(common, {
plugins: [ plugins: [
new ForkTsCheckerWebpackPlugin({ new ForkTsCheckerWebpackPlugin({
checkSyntacticErrors: true, checkSyntacticErrors: true,
memoryLimit: 4096,
}), }),
new MiniCssExtractPlugin({ new MiniCssExtractPlugin({
filename: 'grafana.[name].[hash].css', filename: 'grafana.[name].[hash].css',