app-config
app-config copied to clipboard
Cannot find module while using custom parsingExtensions
Hi,
While I'm working on some custom parsing extensions, when I declare parsingExtension in my meta file
parsingExtensions:
- '@my-org/my-config-vault'
I've got an error
Error: Cannot find module '@my-org/my-config-vault'
It looks like app-config-meta has to have a way to resolve a dependency to my package. I've found that import throw an error as above.
I'm using pnpm 8, node 18.x.
Regards, PS