Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Fixed fallbackClassTransform
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Aug 28, 2018
1 parent 76a8b96 commit 60a3627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preflightCheck.js
Expand Up @@ -19,7 +19,7 @@ function fallbackClassTransform () {
return {
visitor: {
ClassDeclaration (path, state) {
path.replaceWith(path, state.file.addHelper('inherits'));
path.replaceWith(state.file.addHelper('inherits'));
}
}
};
Expand Down

0 comments on commit 60a3627

Please sign in to comment.