You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't done any debugging yet, but a cursory glance leads me to believe the transformManifestValuesFromENV() method introduced in v2.0.1 is the culprit, as the was not an issue in v1.0,0 and earlier.
The text was updated successfully, but these errors were encountered:
It seems localized strings in the manifest.json file are erroneously being removed during the "compilation" process.
A source
manifest.json
file containing the following contents:Results in this invalid
manifest.json
(note the emptyname
anddescription
properties):However, the expected output is:
I haven't done any debugging yet, but a cursory glance leads me to believe the
transformManifestValuesFromENV()
method introduced in v2.0.1 is the culprit, as the was not an issue in v1.0,0 and earlier.The text was updated successfully, but these errors were encountered: