mirror of https://github.com/status-im/metro.git
amend babel definitions to allow inline plugins without configuration
Summary: Updates babel flow defs to allow for inline plugins without configuration arguments. Reviewed By: jeanlauliac Differential Revision: D4442217 fbshipit-source-id: 1b4392bf13977d97984c72cff65b28e62f602300
This commit is contained in:
parent
8139d2a602
commit
a9a2ac3d17
|
@ -71,10 +71,6 @@ function optimize(transformed, file, originalCode, options): TransformResult {
|
||||||
}
|
}
|
||||||
|
|
||||||
function optimizeCode(code, map, filename, inliningOptions) {
|
function optimizeCode(code, map, filename, inliningOptions) {
|
||||||
/* $FlowFixMe(>=0.38.0 site=react_native_fb,react_native_oss) - Flow error
|
|
||||||
* detected during the deployment of v0.38.0. To see the error, remove this
|
|
||||||
* comment and run flow
|
|
||||||
*/
|
|
||||||
return babel.transform(code, {
|
return babel.transform(code, {
|
||||||
plugins: [
|
plugins: [
|
||||||
[constantFolding],
|
[constantFolding],
|
||||||
|
|
Loading…
Reference in New Issue