k6-rollup-example
Bundle test
A project demonstrating how to use Rollup to bundle tests and polyfill ES+ features for compatibility with k6
Example using Rollup to bundle k6 tests and release a shared library.
7 stars
5 watching
0 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
k6rollup
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A Rollup plugin for bundling PureScript modules with optimizations to reduce file size. | 72 |
| | A set of functions used to process JavaScript bundles after tree shaking | 14 |
| | A Grunt plugin that bundles ES6 modules using the Rollup tool | 21 |
| | Analyzes and displays detailed information about the size and structure of Rollup bundles | 242 |
| | Visualizes and analyzes Rollup bundles to identify module usage patterns | 1,985 |
| | A polyfill plugin for modern Node.js support in Rollup bundles | 180 |
| | Generates unique hash-based filenames for static resources in bundle outputs. | 47 |
| | A plugin to append content before JavaScript bundle generation. | 16 |
| | A plugin that compresses Rollup bundles with Gzip or Brotli | 56 |
| | A plugin that tracks bundle sizes and treeshakability of JavaScript libraries during the build process. | 164 |
| | A plugin to generate .d.ts files for TypeScript projects and bundle them with Rollup | 816 |
| | Allows CoffeeScript code to be included in Rollup bundles without an additional build step | 23 |
| | A tool to analyze and display detailed information about the contents and sizes of bundles generated by Rollup. | 91 |
| | A plugin that bundles SCSS imports into a single file. | 17 |
| | A bare-bones example of how to create a JavaScript library using Rollup, including importing and converting CommonJS modules. | 973 |