Skip to content

Commit

Permalink
fix: Add missing babel properties to config validation (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSteunou committed Sep 27, 2021
1 parent 43773d9 commit 6b2d662
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/conf/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ const exampleConfig = {
rootMode: "rootmode",
plugins: ["plugin"],
presets: ["preset"],
targets: multipleValidOptions({}, '> 0.5%', ['> 0.5%', 'not dead'], undefined),
assumptions: multipleValidOptions({}, undefined),
browserslistConfigFile: multipleValidOptions(true, undefined),
browserslistEnv: multipleValidOptions('.browserslistrc', undefined),
},
}

Expand Down

1 comment on commit 6b2d662

@vercel
Copy link

@vercel vercel bot commented on 6b2d662 Sep 27, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.