Skip to content

Adds more deprecations to let existing configs working. - #1812

Merged
lukastaegert merged 1 commit into
rollup:masterfrom
ankeetmaini:add-more-deprecations
Dec 28, 2017
Merged

Adds more deprecations to let existing configs working.#1812
lukastaegert merged 1 commit into
rollup:masterfrom
ankeetmaini:add-more-deprecations

Conversation

@ankeetmaini

Copy link
Copy Markdown
Contributor

See #1809 for more details. Adds deprecations for banner, outro, footer, etc.

See #rollup#1809 for more details. Adds deprecations for banner, outro, footer, etc.
@lukastaegert lukastaegert added this to the 0.53.x milestone Dec 28, 2017
@lukastaegert
lukastaegert merged commit 1b3e3fd into rollup:master Dec 28, 2017
if (options.footer) deprecate('footer', 'output.footer', false);
if (options.intro) deprecate('intro', 'output.intro', false);
if (options.outro) deprecate('outro', 'output.outro', false);
if (options.interop) deprecate('interop', 'output.interop', true);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not always work since interop may be set to false in order to override default behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants