当前位置:网站首页>Roles of rollup components
Roles of rollup components
2022-07-04 04:59:00 【anywo01】
Rollup
1. @rollup/plugin-node-resolve
Original must :import go from ./go/index.js
Post use support :import go from ./go
take node_modules The content in is packaged into the result
2. rollup-plugin-terser
Compress js Code
3. @rollup/plugin-replace
String substitution
4. rollup-plugin-node-externals
Exclude externally referenced components
5. rollup-plugin-visualizer
rollup Package analysis tools for
6. @rollup/plugin-commonjs
take commonjs Turn into es quote
7. rollup-plugin-serve
similar vue-cli-serve
8. rollup-plugin-vue
pack vue file
6.0 The above supports vue3.0
9. @rollup/plugin-html
Generate html Templates
10. rollup-plugin-livereload
Start hot update
11. rollup-plugin-postcss
pack css use
12. @rollup/plugin-json
Support json The file import
边栏推荐
- Operate the server remotely more gracefully: the practice of paramiko Library
- 6-5 vulnerability exploitation SSH weak password cracking and utilization
- What is context?
- 【MATLAB】通信信号调制通用函数 — 低通滤波器
- qt下开发mqtt的访问程序
- 中科磐云—2022广东木马信息获取解析
- Binary search tree
- laravel 中获取刚刚插入的记录的id
- 中职组网络安全—内存取证
- When using flash to store parameters, the code area of flash is erased, which leads to the interrupt of entering hardware error
猜你喜欢
随机推荐
C basic (VII) document operation
中科磐云—模块A 基础设施设置与安全加固 评分标准
MIN_ RTO dialog
中职组网络安全—内存取证
中科磐云—D模块解析以及评分标准
网络设备应急响应指南
【MATLAB】MATLAB 仿真模拟调制系统 — VSB 系统
DCDC电源电流定义
加密和解密
中科磐云—2022广东木马信息获取解析
1. Mx6u-alpha development board (LED drive experiment in C language version)
What is context?
MAUI 入门教程系列(5.XAML及页面介绍)
简单g++和gdb调试
令人头痛的延时双删
Introduction and application of rampax in unity: optimization of dissolution effect
中科磐云—2022广西逆向解析思路
RPC Technology
红队视角下的防御体系突破之第一篇介绍、阶段、方法
laravel 中获取刚刚插入的记录的id








