Merge branch 'ts-memory-limit' into 'develop'

ForkTsCheckerWebpackPlugin: increase typescript memory limit to 8GB, fixes #865

Closes #865

See merge request soapbox-pub/soapbox-fe!1207
This commit is contained in:
Alex Gleason 2022-04-12 17:39:46 +00:00
commit 6c78ff1507

View file

@ -75,7 +75,7 @@ module.exports = {
new webpack.ProvidePlugin({
process: 'process/browser',
}),
new ForkTsCheckerWebpackPlugin(),
new ForkTsCheckerWebpackPlugin({ typescript: { memoryLimit: 8192 } }),
new MiniCssExtractPlugin({
filename: 'packs/css/[name]-[contenthash:8].css',
chunkFilename: 'packs/css/[name]-[contenthash:8].chunk.css',