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:
commit
6c78ff1507
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue