rollup-plugin-unassert
Assertion remover
A Rollup plugin to remove assertion calls from code
A Rollup plugin to remove assertion calls via Unassert
5 stars
3 watching
3 forks
Language: JavaScript
last commit: over 1 year ago pluginrolluptestingunassert
Related projects:
Repository | Description | Stars |
---|---|---|
se-panfilov/rollup-plugin-strip-code | A rollup plugin to remove code sections based on regular expressions | 20 |
amarcruz/rollup-plugin-cleanup | A plugin to remove comments and optimize formatting from JavaScript files before they are bundled into a single file | 99 |
swiing/rollup-plugin-import-assertions | A Rollup plugin that bundles TC39 import assertions for JSON and CSS files. | 5 |
vladshcherbin/rollup-plugin-delete | A Rollup plugin for deleting unwanted files and folders from the build process. | 69 |
pauan/rollup-plugin-purs | A Rollup plugin for bundling PureScript modules with optimizations to reduce file size. | 72 |
ampproject/rollup-plugin-closure-compiler | An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. | 292 |
jacobbogers/rollup-plugin-jsx-remove-attributes | Removes unwanted attributes from JSX components based on environment and configuration | 4 |
vijithassar/rollup-plugin-markdown | Extracts JavaScript code from embedded Markdown blocks in Rollup configurations | 18 |
leebyron/rollup-plugin-flow | A Rollup plugin to remove Flow type annotations from JavaScript files during bundling | 80 |
amarcruz/rollup-plugin-jscc | Enables conditional compilation and variable replacement during Rollup processing. | 58 |
developit/rollup-plugin-preserve-shebang | Automates preservation of executable shebangs in entry files for Rollup builds. | 48 |
agronkabashi/rollup-plugin-conditional | Enables conditional execution of rollup plugins based on specific conditions or build targets | 19 |
vikerman/rollup-plugin-hoist-import-deps | Improves performance of lazy loading by preloading static imports alongside dynamic import calls | 67 |
yingye/rollup-plugin-banner | A plugin to append content before JavaScript bundle generation. | 16 |
anidetrix/rollup-plugin-styles | A plugin for Rollup that simplifies the process of bundling and managing CSS styles in JavaScript projects. | 246 |