Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support exclude options when using "paths" for typings override #55

Open
lucalooz opened this issue Nov 19, 2020 · 0 comments
Open

support exclude options when using "paths" for typings override #55

lucalooz opened this issue Nov 19, 2020 · 0 comments

Comments

@lucalooz
Copy link

We need to be able exclude some paths entries which are used to override typings.

e.g.

"paths": {
    "mymodsources*": ["packages/mymodsources/src"],
    "mymod": ["typings/mymod/mymod.d.ts"]
}

here we want to exclude mymod from webpack aliases so that it doesn't try to bundle a .d.ts file

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

No branches or pull requests

1 participant