rollup-plugins/plugin-pnpm-resolve
autocommit 470e40f072
Some checks failed
Build and Publish / build-and-publish (push) Failing after 44s
deps-upgrade(pnpm-resolve): ⬆️ Update plugin dependencies for pnpm-resolve to ensure compatibility and security improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 06:37:08 -07:00
..
src ci: initial commit with Forgejo publish workflow for rollup plugins monorepo 2026-01-30 17:33:34 -08:00
package.json deps-upgrade(pnpm-resolve): ⬆️ Update plugin dependencies for pnpm-resolve to ensure compatibility and security improvements 2026-06-10 06:37:08 -07:00
README.md ci: initial commit with Forgejo publish workflow for rollup plugins monorepo 2026-01-30 17:33:34 -08:00
tsconfig.json ci: initial commit with Forgejo publish workflow for rollup plugins monorepo 2026-01-30 17:33:34 -08:00
tsup.config.ts ci: initial commit with Forgejo publish workflow for rollup plugins monorepo 2026-01-30 17:33:34 -08:00

@lilith/rollup-plugin-pnpm-resolve

DEPRECATED: This package has been superseded by @lilith/build-core.

Migration

For Vite projects, use lilithVite() from @lilith/build-core:

import { lilithVite } from '@lilith/build-core';

export default defineConfig({
  plugins: [lilithVite(), react()],
});

For pure Rollup projects, copy the deduplication config from @lilith/build-core:

import { CORE_DEDUPE, CJS_PREBUNDLE } from '@lilith/build-core';

See @lilith/build-core for documentation.