diff --git a/index.js b/index.js index 3bd0b52d..b11a1d43 100644 --- a/index.js +++ b/index.js @@ -330,6 +330,7 @@ module.exports = { options.highlightCode = this._shouldHighlightCode(); options.babelrc = false; + options.configFile = false; return options; },