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

next-virtuoso-proof
Alex Gleason 2 years ago
commit 424d5d65af
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