Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/builder/lib/processors/bundlers/moduleBundler.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ const log = getLogger("builder:processors:bundlers:moduleBundler");
* denote an arbitrary number of characters or folder names.
* Excludes should be marked with a leading exclamation mark '!'. The order of filters is relevant; a later
* exclusion overrides an earlier inclusion, and vice versa.
*
* <caption>List of modules as glob patterns that should be in- or excluded</caption>
*
* ```js
* // Includes everything from "some/path/to/module/",
* // but excludes the subfolder "some/path/to/module/to/be/excluded/"
Expand Down
1 change: 1 addition & 0 deletions packages/builder/lib/tasks/generateResourcesJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function getCreatorOptions(projectName) {
* </p>
*
* <caption>sample resources.json</caption>
*
* ```js
* const resourcesJson = {
* "_version": "1.1.0",
Expand Down