forcedotcom / lwc-dev-server-feedback

LWC Local Development
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

LWC local dev server should respect project folder configured in sfdx-project.json #37

Closed steals closed 4 years ago

steals commented 4 years ago

Summary

When starting Lightning Web Server it searches for the Lightning Web Component in src/main/default/lwc folder instead of src/lwc

Steps To Reproduce:

  1. Configure packageDirectories.path as src instead of default force-app
  2. Start local dev server by running sfdx force:lightning:lwc:start command

Expected result

Local dev server should search for components in src/lwc folder.

Actual result

Local dev server searches for components in src/main/default/lwc folder.

Additional information

Feel free to attach a screenshot.

SFDX CLI Version sfdx-cli/7.30.13-9e204762d5

@salesforce/lwc-dev-server 1.0.8

stale[bot] commented 4 years ago

This issue has been automatically marked as type:bug-p3 because it has not had recent activity.

git2gus[bot] commented 4 years ago

This issue has been linked to a new work item: W-7483764

lcampos commented 4 years ago

Release 2.4.0 addresses this limitation. Thanks for providing feedback.