oktatas:web:nodejs:rollup
Rollup
- Szerző: Sallai András
- Copyright © 2024, Sallai András
- Licenc: CC BY-SA 4.0
- Web: https://szit.hu
Rollup
Telepítés
npm install --global rollup
Használat
Böngésző számára:
# compile to a <script> containing a self-executing function ('iife') rollup main.js --file bundle.js --format iife
Node.js számára:
# compile to a CommonJS module ('cjs') rollup main.js --file bundle.js --format cjs
Böngésző és Node.js számára egyszerre:
# UMD format requires a bundle name rollup main.js --file bundle.js --format umd --name "myBundle"
oktatas/web/nodejs/rollup.txt · Utolsó módosítás: 2024/08/07 23:03 szerkesztette: admin