lwc-module-resolution-examples

This is a simple LWC example app, that illustrates the three different types of LWC module resolution configuration. You can read more about this app on the Salesforce Developer blog.

How to start?

  1. Install the dependencies using npm.
npm ci
  1. Run the local development server.
npm run watch

You can see the local module resultion configuration in the lwc.config.json file. The src folder contains the different local modules.