MCPcopy
hub / github.com/rollup/rollup / logDuplicateImportOptions

Function logDuplicateImportOptions

src/utils/logs.ts:387–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385}
386
387export function logDuplicateImportOptions(): RollupLog {
388 return {
389 code: DUPLICATE_IMPORT_OPTIONS,
390 message: 'Either use --input, or pass input path as argument'
391 };
392}
393
394export function logDuplicatePluginName(plugin: string): RollupLog {
395 return {

Callers 1

runRollupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…