chore: bumping the memory limit of the forchore: bumping the memory limit of the ForkTsCheckerWebpackPlugin as it doesn't work without it for the main repo.

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-07 17:43:25 +01:00
parent 3cfd0ac71c
commit 8c4f24eb23
+1 -1
View File
@@ -93,7 +93,7 @@ export async function createConfig(
if (checksEnabled) {
plugins.push(
new ForkTsCheckerWebpackPlugin({
typescript: { configFile: paths.targetTsConfig },
typescript: { configFile: paths.targetTsConfig, memoryLimit: 4096 },
}),
new ESLintPlugin({
context: paths.targetPath,