Skip to content

Commit

Permalink
Remove backward-compat for option removed in babelify@7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
loganfsmyth committed Sep 4, 2018
1 parent 83f6711 commit a10e8e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Expand Up @@ -74,9 +74,6 @@ Babelify.configure = function (opts) {
delete opts.extensions;
delete opts.filename;

// babelify backwards-compat
delete opts.sourceMapRelative;

// browserify specific options
delete opts._flags;
delete opts.basedir;
Expand Down

0 comments on commit a10e8e9

Please sign in to comment.