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 have a Ui5 project which is designed as a common libarary, so there is a component in the lib.
The structure is similar as follows:
--manifest(for library)
--libFolder
--component.js
--manifest(for component)
The manifest schema of the component follows the schema_cil.json .
So the minUI5Version is not a valid property, the minUI5Version works fine in an app manifest.
Is there any way to make the ui5 version setting work for the plugin?
The text was updated successfully, but these errors were encountered:
I have a Ui5 project which is designed as a common libarary, so there is a component in the lib.
The structure is similar as follows:
--manifest(for library)
--libFolder
--component.js
--manifest(for component)
The manifest schema of the component follows the schema_cil.json .
So the minUI5Version is not a valid property, the minUI5Version works fine in an app manifest.
Is there any way to make the ui5 version setting work for the plugin?
The text was updated successfully, but these errors were encountered: