[BABEL] Note: The code generator has deoptimised the styling of

A js file exceeds 100kb. The error in starting the service Times is as follows:
Note: The code generator has deoptimised the styling of "xxxxx/controllers/main.js" as it exceeds the max of "100KB". The problem caused by
is the disordered format of the code in the browser, compressing more than 3000 lines of code into more than 200lines, and there is no way to adjust the code at all.
after setting "compact": false by looking it up on the Internet, there is no error in starting the service, but the problem still exists. Could you tell me how to solve this problem?

Mar.14,2021
Menu