Skip to content

Commit

Permalink
docs(web): add javascriptEnabled option for less loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzyl-ool authored and Jack Hsu committed Jun 10, 2022
1 parent 49eadd6 commit e5f1d3c
Showing 1 changed file with 5 additions and 0 deletions.
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 e5f1d3c

Please sign in to comment.