Skip to content

Commit

Permalink
Merge pull request #108 from rollup/gh-102
Browse files Browse the repository at this point in the history
remove ignore from preflight options
  • Loading branch information
Rich-Harris authored and Andarist committed Dec 25, 2019
1 parent 30dbc0c commit 36135d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rollup-plugin-babel/src/preflightCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export default function preflightCheck ( options, dir ) {

options = assign( {}, options );
delete options.only;
delete options.ignore;

options.filename = join( dir, 'x.js' );

options.plugins = options.plugins ? options.plugins.concat( classes ) : [ classes ];
Expand Down

0 comments on commit 36135d1

Please sign in to comment.