In index.js line line 22 passthrough is missing an 'r', i.e. this: `let jsFilter = filter('**/*.js', { restore: true, passthough: false });` should be this: `let jsFilter = filter('**/*.js', { restore: true, passthrough: false });`