Fixed plugin compilation in release build
Summary: Fixed plugin compilation in release build. One dependency was missing from the final package. Reviewed By: jknoxville, passy Differential Revision: D21174687 fbshipit-source-id: 311e04b3ab782093bdbb8f1b81191380320e94d0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c611ae12f0
commit
2595e40c59
@@ -11,7 +11,8 @@
|
||||
"dependencies": {
|
||||
"fs-extra": "^8.1.0",
|
||||
"flipper-babel-transformer": "0.38.0",
|
||||
"metro": "^0.59.0"
|
||||
"metro": "^0.59.0",
|
||||
"metro-minify-terser": "^0.59.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^8.1.0",
|
||||
|
||||
Reference in New Issue
Block a user