当前位置:网站首页>The code generator has deoptimised the styling of xx/typescript. js as it exceeds the max of 500kb
The code generator has deoptimised the styling of xx/typescript. js as it exceeds the max of 500kb
2022-07-05 22:25:00 【kainx】
The phenomenon
When running or packaging on the front end js file ( Write or quote by yourself ) The file size of is too large and an error is reported
[BABEL] Note: The code generator has deoptimised the styling of xxxxxxx/typescript.js as it exceeds the max of 500KB.
terms of settlement
Create in the project root directory .babelrc Add the following
{
"compact": false
}
边栏推荐
- Oracle is sorted by creation time. If the creation time is empty, the record is placed last
- 70. Climbing Stairs. Sol
- Character conversion PTA
- Qtquick3d real time reflection
- U盘的文件无法删除文件怎么办?Win11无法删除U盘文件解决教程
- C language knowledge points link
- Two stage locking protocol for concurrency control
- 等到产业互联网时代真正发展成熟,我们将会看待一系列的新产业巨头的出现
- 数博会精彩回顾 | 彰显科研实力,中创算力荣获数字化影响力企业奖
- Sub total of Pico development
猜你喜欢

Bitbucket installation configuration

2022 Software Test Engineer salary increase strategy, how to reach 30K in three years

Granularity of blocking of concurrency control

Stored procedures and stored functions

Solutions for unexplained downtime of MySQL services

Calculation method of boundary IOU

Overview of concurrency control

700. Search in a Binary Search Tree. Sol

CA certificate trampled pit

Metaverse ape received $3.5 million in seed round financing from negentropy capital
随机推荐
[groovy] mop meta object protocol and meta programming (execute groovy methods through metamethod invoke)
Calculation method of boundary IOU
Meituan dynamic thread pool practice ideas, open source
C language knowledge points link
航海日答题小程序之航海知识竞赛初赛
How to create a thread
Advantages and disadvantages of the "Chris Richardson microservice series" microservice architecture
Index optimization of performance tuning methodology
Comment développer un plug - in d'applet
FBO and RBO disappeared in webgpu
Sentinel production environment practice (I)
How to add new fields to mongodb with code (all)
Oracle views the data size of a table
When the industrial Internet era is truly mature, we will look at the emergence of a series of new industrial giants
Overview of database recovery
509. Fibonacci Number. Sol
A trip to Suzhou during the Dragon Boat Festival holiday
Nacos 的安装与服务的注册
Form artifact
A substring with a length of three and different characters in the leetcode simple question