Skip to content

fix(cli): cannot disable plugins when bundling/serving#607

Merged
tido64 merged 1 commit intomainfrom
tido/fix-cli-disable-plugins
Sep 13, 2021
Merged

fix(cli): cannot disable plugins when bundling/serving#607
tido64 merged 1 commit intomainfrom
tido/fix-cli-disable-plugins

Conversation

@tido64
Copy link
Copy Markdown
Member

@tido64 tido64 commented Sep 13, 2021

Description

Plugins cannot be disabled because we only check whether detectCyclicDependencies and detectDuplicateDependencies are booleans.

Resolves #605.

Test plan

Tests were added.

@tido64 tido64 requested a review from afoxman September 13, 2021 10:40
@tido64 tido64 requested a review from JasonVMo as a code owner September 13, 2021 10:40
@github-actions github-actions bot added the feature: cli This is related to CLI label Sep 13, 2021
@tido64 tido64 merged commit 879da8b into main Sep 13, 2021
@tido64 tido64 deleted the tido/fix-cli-disable-plugins branch September 13, 2021 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature: cli This is related to CLI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

detectDuplicateDependencies and detectCyclicDependencies ignore false setting

2 participants