MCPcopy
hub / github.com/rollup/rollup / logExternalModulesCannotBeTransformedToModules

Function logExternalModulesCannotBeTransformedToModules

src/utils/logs.ts:1144–1149  ·  view source on GitHub ↗
(source: string)

Source from the content-addressed store, hash-verified

1142}
1143
1144export function logExternalModulesCannotBeTransformedToModules(source: string): RollupLog {
1145 return {
1146 code: EXTERNAL_MODULES_CANNOT_BE_TRANSFORMED_TO_MODULES,
1147 message: `${source} is resolved as a module now, but it was an external module before. Please check whether there are conflicts in your Rollup options "external" and "manualChunks", manualChunks cannot include external modules.`
1148 };
1149}
1150
1151export function logUnresolvedEntry(unresolvedId: string): RollupLog {
1152 return {

Callers 1

fetchModuleMethod · 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…