- Open
config.json - Add config for application to be built
Example config:
{
"base": "/prefix/v2",
"output": "output-folder-name"
}This config will produce folder output-folder-name at dist/output-folder-name
Be aware that this application will be expected to be published at URL /prefix/v2
Currently, all applications to be built are expected to have /v2 postfix at the end
/v2is required
Example:
{
"base": "${YOUR_PREFIX}/v2",
"output": "output-folder"
}