Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Is alias resolver for node_modules based module supported #111

Open
emhamzahazeen opened this issue Jun 12, 2020 · 0 comments
Open

Is alias resolver for node_modules based module supported #111

emhamzahazeen opened this issue Jun 12, 2020 · 0 comments

Comments

@emhamzahazeen
Copy link

emhamzahazeen commented Jun 12, 2020

As an example form babel-plugin-module-resolver docs, give the following configs of babel-plugin-module-resolver:
{ "plugins": [ ["module-resolver", { "root": ["./src"], "alias": { "test": "./test", "_": "lodash" } }] ] }

The _ results in un-def error even if this plugin is used. Is this behaviour intended or this is a bug?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant