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

stable/2.0.x
Alex Gleason 2 years ago
parent 4782afed18
commit 7394452ad9
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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',

Loading…
Cancel
Save