Skip to content

Commit

Permalink
fix availableflags
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Aug 4, 2021
1 parent 40c8de8 commit eca0fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-gatsby-package/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function preset(context, options = {}) {
r(`./babel-transform-compiler-flags`),
{
flags: parsedCompilerOptions,
availableFlags: [`MAJOR`],
availableFlags: availableCompilerFlags,
},
],
].filter(Boolean),
Expand Down

0 comments on commit eca0fd3

Please sign in to comment.