546 B
546 B
@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.