Skip to content

Commit

Permalink
docs: Add warning message to lwc-local-dev (#5170)
Browse files Browse the repository at this point in the history
* Update lwclocaldev.md

* Add more to warning

* Add feedback link

* Update docs/_articles/en/localdev/lwclocaldev.md

Co-authored-by: AnanyaJha <[email protected]>

* Update lwclocaldev.md

editorial updates.

* Update docs/_articles/en/localdev/lwclocaldev.md

Co-authored-by: AnanyaJha <[email protected]>

---------

Co-authored-by: AnanyaJha <[email protected]>
Co-authored-by: Sonal Budhiraja <[email protected]>
  • Loading branch information
3 people authored Oct 27, 2023
1 parent a14bbfc commit 8c47d60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/_articles/en/localdev/lwclocaldev.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ lang: en

The Local Development Server is a Salesforce CLI plug-in that configures and runs a Lightning Web Components-enabled server on your computer. You can develop Lightning web components and see live changes without publishing the components to an org.

**Note**: This plugin does not support the following features:
- `@AuraEnabled` Apex methods
- `CSS` custom properties
- `LightningModal`
- `lwc:if`, `lwc:elseif`, and `lwc:else` directives
- multiple directories and `sfdx` multiple packages



## Run Local Development Salesforce CLI Commands in VS Code

The Local Development server uses the following Salesforce CLI commands.
Expand Down

0 comments on commit 8c47d60

Please sign in to comment.