All Projects β†’ luwes β†’ Rollup Plugin Size

luwes / Rollup Plugin Size

🍣 Track compressed Rollup asset sizes over time.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Rollup Plugin Size

Preact Pwa
Super fast progressive web app with small footprint & minimal dependancies
Stars: ✭ 507 (+789.47%)
Mutual labels:  rollup
Mdl Skeleton
Material Design skeleton with ssr-engine
Stars: ✭ 17 (-70.18%)
Mutual labels:  rollup
Bili
Bili makes it easier to bundle JavaScript libraries.
Stars: ✭ 949 (+1564.91%)
Mutual labels:  rollup
Angular Seed
🌱 [Deprecated] Extensible, reliable, modular, PWA ready starter project for Angular (2 and beyond) with statically typed build and AoT compilation
Stars: ✭ 4,681 (+8112.28%)
Mutual labels:  rollup
Jslib Base
A modern JavaScript|Typescript library scaffolding, modularity, purity & extras
Stars: ✭ 721 (+1164.91%)
Mutual labels:  rollup
Preppy
A simple and lightweight tool for preparing the publish of NPM packages.
Stars: ✭ 23 (-59.65%)
Mutual labels:  rollup
Create React Library
⚑CLI for creating reusable react libraries.
Stars: ✭ 4,554 (+7889.47%)
Mutual labels:  rollup
Hyperapp Boilerplate
This is a sample/boilerplate project that shows how to create a production-ready hyperapp application.
Stars: ✭ 45 (-21.05%)
Mutual labels:  rollup
Rollup Plugin Vue
Roll .vue files
Stars: ✭ 747 (+1210.53%)
Mutual labels:  rollup
Rollup Plugin Dev
development server for rollup with additional logging and options
Stars: ✭ 29 (-49.12%)
Mutual labels:  rollup
Rollup Plugin Typescript2
Rollup plugin for typescript with compiler errors.
Stars: ✭ 594 (+942.11%)
Mutual labels:  rollup
Microbundle
πŸ“¦ Zero-configuration bundler for tiny modules.
Stars: ✭ 6,622 (+11517.54%)
Mutual labels:  rollup
Preact Redux Typescript Rollup Starter
Smallest "React-like" + Redux starter EVER - 13KB min&gzip
Stars: ✭ 24 (-57.89%)
Mutual labels:  rollup
Rollup Plugin Postcss
Seamless integration between Rollup and PostCSS.
Stars: ✭ 507 (+789.47%)
Mutual labels:  rollup
Sapper Template Firebase
Starter Rollup template for Sapper apps with Firebase functions based on https://github.com/nhristov/sapper-template-rollup.
Stars: ✭ 29 (-49.12%)
Mutual labels:  rollup
Ts Monorepo
Template for setting up a TypeScript monorepo
Stars: ✭ 459 (+705.26%)
Mutual labels:  rollup
Download Your Travelmap
free your travelmap
Stars: ✭ 22 (-61.4%)
Mutual labels:  rollup
Pectin
Rollup-related tools for incremental transpilation of packages in Lerna-based monorepos
Stars: ✭ 50 (-12.28%)
Mutual labels:  rollup
Tsdx
Zero-config CLI for TypeScript package development
Stars: ✭ 9,010 (+15707.02%)
Mutual labels:  rollup
Svelte Tailwind Extension Boilerplate
A Chrome extension boilerplate built with Svelte, TailwindCSS, Jest, and Rollup.
Stars: ✭ 26 (-54.39%)
Mutual labels:  rollup

rollup-plugin-size npm

Prints the gzipped sizes of your rollup assets and the changes since the last build.

rollup-plugin-size

πŸ™‹ Using Webpack? Check out the original size-plugin.

πŸ™‹β€β™‚ Using CI ? Check out size-plugin-bot πŸ€– to automate intergation with CI

Installation

Install rollup-plugin-size as a development dependency using npm:

npm i -D rollup-plugin-size

Usage

Add the plugin to your rollup configuration:

// rollup.config.js
+ import size from 'rollup-plugin-size';

plugins: [
+   size()
]

License

Apache 2.0

Credits

This is a port of size-plugin by Jason Miller.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].