mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
Increase ts fork check mem limit (#22118)
This commit is contained in:
@@ -90,6 +90,7 @@ module.exports = merge(common, {
|
||||
plugins: [
|
||||
new ForkTsCheckerWebpackPlugin({
|
||||
checkSyntacticErrors: true,
|
||||
memoryLimit: 4096,
|
||||
}),
|
||||
new MiniCssExtractPlugin({
|
||||
filename: 'grafana.[name].[hash].css',
|
||||
|
||||
Reference in New Issue
Block a user