Open cawa-93 opened 1 week ago
Curious, why not just set the package.json
version to major.minor.0
? Your c.extraMetadata.version
will override it anyways later on
Yeap. I can do that. But It's just not intuitive. If I inject the version, I expect it to be validated.
I'm trying to inject app version on compile stage. I have a
package.json
withmajor.minor
version part and compile app like so:The final command may look like this:
But it fails with error:
As I assume, version checking happens before all injections into the package.json