Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Commit

Permalink
fix: use correct plugin (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense authored Sep 13, 2018
1 parent 0a1eec3 commit bb1e5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function preset(_, explicitOptions = {}) {

// - convenience plugins --
require.resolve('babel-plugin-dev-expression'),
require.resolve('@babel/plugin-syntax-optional-chaining'),
require.resolve('@babel/plugin-proposal-optional-chaining'),
].filter(Boolean),
};
}
Expand Down

0 comments on commit bb1e5ba

Please sign in to comment.