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
Currently all aliases has to be prefixed with alias_, meaning that ${alias_CONTRACT} will be replaced with the CONTRACT property in the alias json file.
In DevHub all the aliases are prefixed with REPL_ and not alias_. In order to not having to replace all of these, it would be good to be able to not require alias_ as the prefix. Also in the alias json file, it should also be possible to define the property with the prefix included, so that ${REPL_CONTRACT} is replaced with the REPL_CONTRACT.
This would also make it more compatible with bos-loader, so that it is easier to migrate projects.
The text was updated successfully, but these errors were encountered:
Currently all aliases has to be prefixed with
alias_
, meaning that${alias_CONTRACT}
will be replaced with theCONTRACT
property in the alias json file.In DevHub all the aliases are prefixed with
REPL_
and notalias_
. In order to not having to replace all of these, it would be good to be able to not requirealias_
as the prefix. Also in the alias json file, it should also be possible to define the property with the prefix included, so that${REPL_CONTRACT}
is replaced with theREPL_CONTRACT
.This would also make it more compatible with bos-loader, so that it is easier to migrate projects.
The text was updated successfully, but these errors were encountered: