mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
Avoid warning on compilation
This commit is contained in:
@@ -65,7 +65,8 @@ module.exports = function(api) {
|
|||||||
async: false
|
async: false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
|
["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
|
||||||
|
["@babel/plugin-proposal-private-methods", { "loose": true }]
|
||||||
].filter(Boolean)
|
].filter(Boolean)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user