Simplify transform options + pass minify to the transformer

Reviewed By: mjesun

Differential Revision: D6406614

fbshipit-source-id: 722e8e209c7b7c922139f0777b9b3bd2a77bf735
This commit is contained in:
Rafael Oleza 2017-11-24 12:54:44 -08:00 committed by Facebook Github Bot
parent dd888d3346
commit d5b59517c2

View File

@ -54,6 +54,7 @@ module.exports = {
options: {
dev: true,
inlineRequires: true,
minify: false,
platform: '',
projectRoot: '',
retainLines: true,