tdweb: increase webpack maxAssetSize.

GitOrigin-RevId: 5d9f7cba89f938cd441d9f1dd14fec9a3ee21f20
This commit is contained in:
levlam 2019-04-24 16:42:00 +03:00
parent 80b73e070c
commit 1618729b2e

View File

@ -75,6 +75,9 @@ module.exports = {
crypto: 'empty',
child_process: 'empty'
},
performance: {
maxAssetSize: 30000000
},
resolve: {
alias: {
ws$: 'fs'