{"library":"rollup-plugin-unassert","title":"rollup-plugin-unassert","description":"Rollup plugin to remove assertion calls (e.g., assert, console.assert) from bundles using Unassert. Current stable version: 0.6.0. Low release cadence (last release 2020). Key differentiator: integrates Unassert into Rollup builds, removing debug assertions from production code, improving bundle size and performance. Alternatives like babel-plugin-unassert require Babel; this plugin is Rollup-native.","language":"javascript","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-unassert"],"cli":null},"imports":["import unassert from 'rollup-plugin-unassert'","import unassert from 'rollup-plugin-unassert'","import type { RollupPluginUnassertOptions } from 'rollup-plugin-unassert'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import unassert from 'rollup-plugin-unassert';\n\nexport default {\n  input: 'src/index.js',\n  output: {\n    file: 'dist/bundle.js',\n    format: 'esm'\n  },\n  plugins: [\n    unassert()\n  ]\n};","lang":"javascript","description":"Basic Rollup config with rollup-plugin-unassert to remove assertion calls from build output.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}