forcedotcom / lwc-dev-server-feedback

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

Handle LWC Components in packages #56

Open ntotten opened 4 years ago

ntotten commented 4 years ago

Currently when you reference a component in a package that you dont have locally you get an error No such file or directory....

<template>
   ... stuff
   <c-component-from-another-package></c-compoent-from-another-package>
<template>

We need to 1) handle this error better and 2) eventually figure out how to actually load these components locally.

git2gus[bot] commented 4 years ago

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