mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Increase ts fork check mem limit (#22118)
This commit is contained in:
parent
df1d43167a
commit
60ed1e9527
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user