Skip to content

Commit

Permalink
Ignore babel.config.js to avoid incompatible plugins (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell authored and Vadim Demedes committed Jan 12, 2020
1 parent 61b6747 commit 350de3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const importJsx = (moduleId, options) => {
plugins,
filename: modulePath,
sourceMaps: 'inline',
babelrc: false
babelrc: false,
configFile: false
});

module._compile = oldCompile;
Expand Down

0 comments on commit 350de3c

Please sign in to comment.