Webpack generates files with a single statement, which Kuto can't do anything sensible with:
(this.webpackChunkdiscord_app = this.webpackChunkdiscord_app || []).push([["17764"], {
540571: function(t, n, e) {
"use strict";
e.r(n),
However, its output follows a pretty standard form and Kuto could look for large callables in giant statements which can be treated as "large static" chunks.
Look into building specific support for this kind of pattern.
Webpack generates files with a single statement, which Kuto can't do anything sensible with:
However, its output follows a pretty standard form and Kuto could look for large callables in giant statements which can be treated as "large static" chunks.
Look into building specific support for this kind of pattern.