Merge remote-tracking branch 'origin/develop' into next

This commit is contained in:
Alex Gleason 2022-04-12 12:40:13 -05:00
commit 424d5d65af
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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