Skip to content

Commit

Permalink
fix(include): passing conditionsInCode through pluginOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
chervyakovru authored and yndx-birman committed Nov 30, 2022
1 parent 61b1f02 commit dfa986f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transform/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ function transform(originInput: string, opts: OptionsType = {}): OutputType {

const pluginOptions = {
...customOptions,
conditionsInCode,
vars,
path,
extractTitle: extractTitleOption,
Expand Down

0 comments on commit dfa986f

Please sign in to comment.