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?
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?