Skip to content

Commit

Permalink
Decouple the Worker options from the Babel Transformer options
Browse files Browse the repository at this point in the history
Reviewed By: jeanlauliac

Differential Revision: D7894079

fbshipit-source-id: 40cbd991690f25f8c0f045c42a0105d74d516803
  • Loading branch information
rafeca authored and facebook-github-bot committed May 11, 2018
1 parent 8125be9 commit b762f52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jest/preprocessor.js
Expand Up @@ -49,11 +49,9 @@ module.exports = {
filename: file,
localPath: file,
options: {
assetDataPlugins: [],
ast: true, // needed for open source (?) https://github.com/facebook/react-native/commit/f8d6b97140cffe8d18b2558f94570c8d1b410d5c#r28647044
dev: true,
inlineRequires: true,
minify: false,
platform: '',
projectRoot: '',
retainLines: true,
Expand Down

0 comments on commit b762f52

Please sign in to comment.