{"library":"rollup-plugin-deps-external","title":"rollup-plugin-deps-external","description":"Rollup plugin (v0.2.1) that automatically externalizes dependencies listed in package.json (dependencies, peerDependencies, and Node.js builtins). It simplifies the common task of excluding npm packages from the bundle, reducing bundle size and avoiding duplication. Most code is borrowed from rollup-plugin-auto-external but offers a slightly different API. Its defaults externalize builtins, dependencies, and peerDependencies. The last release was 0.2.0 with 0.2.1 as a patch. No known security issues. It integrates seamlessly with an existing Rollup external function.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-deps-external"],"cli":null},"imports":["import depsExternal from 'rollup-plugin-deps-external'","import { depsExternal } from 'rollup-plugin-deps-external'","import depsExternal from 'rollup-plugin-deps-external'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// rollup.config.js\nimport depsExternal from 'rollup-plugin-deps-external';\n\nexport default {\n  input: 'src/index.js',\n  output: {\n    dir: 'dist',\n    format: 'es'\n  },\n  plugins: [\n    depsExternal()\n  ]\n};","lang":"javascript","description":"Minimal Rollup config that automatically externalizes all dependencies, peerDependencies, and Node builtins.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}