Skip to content

Commit

Permalink
fix incomprehensible travis test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored and Andarist committed Dec 17, 2019
1 parent 0711b7f commit 05a9779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rollup-plugin-babel/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function preflightCheck ( localOpts ) {

if ( ~check.indexOf( 'import _classCallCheck from "babel-runtime' ) ) return RUNTIME;
if ( ~check.indexOf( 'function _classCallCheck' ) ) return INLINE;
if ( ~check.indexOf( 'babelHelpers.classCallCheck' ) ) return BUNDLED;
if ( ~check.indexOf( 'babelHelpers' ) ) return BUNDLED;

throw new Error( 'An unexpected situation arose. Please raise an issue at https://github.com/rollup/rollup-plugin-babel/issues. Thanks!' );
}
Expand Down

0 comments on commit 05a9779

Please sign in to comment.