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
* implement #1762, allow compilers to add properties to the component package.json file
* save the manually changed package.json props into the scope
* disable caching of CircleCI to hopefully fix the strange error "SyntaxError: Unexpected token import" we randomly get
* add validations to make sure the new Version prop "packageJsonChangedProps" is stored correctly and doesn't override core props
Description
Some compilers modify values in the
package.json
file. For example, ng-packagr needs to add the following keys:Describe the solution you'd like
Bit should provide an API for a compiler to add values to the
package.json
file.There are two important things to note:
package.json
during thebuild
process.bit build
runs and a compiler causes a modification to thepackage.json
file - The component must not be modified.The text was updated successfully, but these errors were encountered: