diff --git a/src/declarations/rindo-public-compiler.ts b/src/declarations/rindo-public-compiler.ts index d542a2be..9fe5f5c5 100644 --- a/src/declarations/rindo-public-compiler.ts +++ b/src/declarations/rindo-public-compiler.ts @@ -1526,7 +1526,12 @@ export interface CopyTask { keepDirStructure?: boolean; } +// TODO: Remove this interface [BREAKING_CHANGE] export interface BundlingConfig { + /** + * @deprecated the `namedExports` field is no longer honored by `@rollup/plugin-commonjs` and is not used by Rindo. + * This field can be safely removed from your Rindo configuration file. + */ namedExports?: { [key: string]: string[]; };