|
Some checks failed
Build and Publish / build-and-publish (push) Failing after 44s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com> |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
@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.