{"library":"rollup-plugin-local-import-linux-x64-gnu","title":"rollup-plugin-local-import (Linux x64 GNU binary)","description":"Platform-specific binary for the rollup-plugin-local-import package, targeting x86_64-unknown-linux-gnu. Version 1.2.0 is current and stable. This package is part of a system that provides native binaries for Node.js addons; it is automatically installed as an optional dependency and should never be imported directly. The Linux x64 GNU binary enables compilation-free usage on Linux glibc systems.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-local-import-linux-x64-gnu"],"cli":null},"imports":["import localImport from 'rollup-plugin-local-import'","import localImport from 'rollup-plugin-local-import'; export default { plugins: [localImport()] }","import type { RollupPluginLocalImportOptions } from 'rollup-plugin-local-import'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// This package should NOT be used directly. Use the parent package.\n// Instead, in your rollup.config.js:\nimport localImport from 'rollup-plugin-local-import';\n\nexport default {\n  input: 'src/index.js',\n  plugins: [\n    localImport({\n      // options here\n    })\n  ],\n  output: {\n    file: 'dist/bundle.js',\n    format: 'cjs'\n  }\n};","lang":"javascript","description":"Demonstrates how to use the parent rollup-plugin-local-import package, not the binary. Always use the parent package.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}