Skip to content

Commit

Permalink
docs(web): javascriptEnabled option
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzyl-ool committed Dec 29, 2021
1 parent 52da8ee commit 7114862
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/angular/api-web/executors/rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ Type: `string`

The global name to map to (e.g. `ReactDOM`).

### javascriptEnabled

Default: `false`

Type: `boolean`

Sets `javascriptEnabled` option for less loader

### rollupConfig

Type: `array[] | string `
Expand Down
8 changes: 8 additions & 0 deletions docs/node/api-web/executors/rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ Type: `string`

The global name to map to (e.g. `ReactDOM`).

### javascriptEnabled

Default: `false`

Type: `boolean`

Sets `javascriptEnabled` option for less loader

### rollupConfig

Type: `array[] | string `
Expand Down
8 changes: 8 additions & 0 deletions docs/react/api-web/executors/rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ Type: `string`

The global name to map to (e.g. `ReactDOM`).

### javascriptEnabled

Default: `false`

Type: `boolean`

Sets `javascriptEnabled` option for less loader

### rollupConfig

Type: `array[] | string `
Expand Down
5 changes: 5 additions & 0 deletions packages/web/src/executors/rollup/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
"enum": ["babel", "swc"],
"default": "babel",
"description": "Which compiler to use."
},
"javascriptEnabled": {
"type": "boolean",
"description": "Sets `javascriptEnabled` option for less loader",
"default": false
}
},
"required": ["tsConfig", "project", "entryFile", "outputPath"],
Expand Down

0 comments on commit 7114862

Please sign in to comment.