We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When mfw install somename executed and package.json of the sometime contain:
mfw install somename
'mfw_extension': true,
package get installed into mfw/somename
With --save option it should be saved into project package.json extensions: {} and installed on mfw install or mfw update command.
--save
extensions: {}
mfw install
mfw update
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When
mfw install somename
executed and package.json of the sometime contain:package get installed into mfw/somename
With
--save
option it should be saved into project package.jsonextensions: {}
and installed onmfw install
ormfw update
command.The text was updated successfully, but these errors were encountered: