Fabian Krüger
Results
2
issues of
Fabian Krüger
## Expected Behavior Running the build process to generate the api.json without errors: ```js await builder.build({ tree: tree, destPath: params.destPath, cleanDest: false, jsdoc: true, buildDependencies: true }); ``` ## Current...
module/ui5-builder
When building an mtar via ``` mbt assemble -m=myapplication.mtar -t=mta-assembly ``` the .cfignore files within the contained modules are not taken into account. However, they should be applied similar if...