diff --git a/docs/_articles/en/localdev/lwclocaldev.md b/docs/_articles/en/localdev/lwclocaldev.md index 3d05f0d952..38ff2e29f7 100644 --- a/docs/_articles/en/localdev/lwclocaldev.md +++ b/docs/_articles/en/localdev/lwclocaldev.md @@ -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.