当前位置:网站首页>The code generator has eliminated the styling of xxxx js as it exceeds the max of 500kb
The code generator has eliminated the styling of xxxx js as it exceeds the max of 500kb
2022-07-01 06:34:00 【Wooden house x】
solve The code generator has deoptimised the styling of xxxx.js as it exceeds the max of 500kb
1. Demand background
- Recently vue The project cites a js file , Because the size of this file exceeds 500kb, So I made a mistake when packing :
The code generator has deoptimised the styling of xxxx.js as it exceeds the max of 500kb.
Solution
The question is actually babel The size of the processing file is limited to 500kb, The solution is as follows :
// Look in the root directory of the project .babelrc or babel.config.js file , If not, create a ( One of the two is enough ), The configuration is as follows : // .babelrc: { "compact": false } // babel.config.js: module.exports = { compact: false, }solve .
边栏推荐
- High order binary balanced tree
- 【微信小程序低代码开发】二,在实操中化解小程序的代码组成
- JSON module
- [ManageEngine] how to realize network automatic operation and maintenance
- @Propagation property of transactional requires_ New in-depth understanding
- C语言课设工资管理系统(大作业)
- Draw a directed graph based on input
- How did ManageEngine Zhuohao achieve the goal of being selected into Gartner Magic Quadrant for four consecutive years?
- JMM details
- Requests module (requests)
猜你喜欢
![[wechat applet low code development] second, resolve the code composition of the applet in practice](/img/ab/28ab01db84b1437220e659118b2871.png)
[wechat applet low code development] second, resolve the code composition of the applet in practice

数据库产生死锁了请问一下有没有解决办法

MySQL learning

产品学习(二)——竞品分析

HCM Beginner (III) - quickly enter pa70 and pa71 to browse employee information PA10
![[unity shader stroke effect _ case sharing first]](/img/bd/5cd1bef24e6b6378854114c2c05bd9.png)
[unity shader stroke effect _ case sharing first]

Detailed steps for installing redis on Windows system

问题:OfficeException: failed to start and connect(三)

ManageEngine Zhuohao helps you comply with ISO 20000 standard (IV)

C language course design student information management system (big homework)
随机推荐
sql中TCL语句(事务控制语句)
How does the port scanning tool help enterprises?
What are the functions of LAN monitoring software
Dongle data collection
自开发软件NoiseCreater1.1版本免费试用
第五章 输入/输出(I/O)管理
2022 年江苏省职业院校技能大赛(中职) 网络搭建与应用赛项公开赛卷
[unity shader custom material panel part II]
C语言课设物业费管理系统(大作业)
HW(OD)岗面试题
MySQL learning
问题:OfficeException: failed to start and connect(二)
lxml模块(数据提取)
异常检测方法梳理,看这篇就够了!
手把手教你实现一个深度学习框架...
SQL语句
【KV260】利用XADC生成芯片温度曲线图
【Unity Shader 消融效果_案例分享】
C语言课设职工信息管理系统(大作业)
Draw a directed graph based on input