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

Cannot serve with ts-loader@^8.0.10 installed #82

Open
loreanvictor opened this issue Nov 29, 2020 · 0 comments
Open

Cannot serve with ts-loader@^8.0.10 installed #82

loreanvictor opened this issue Nov 29, 2020 · 0 comments
Labels
bug Something isn't working minor This is a minor issue.

Comments

@loreanvictor
Copy link
Contributor

codedoc s will fail when ts-loader above 8.0.10 is installed (for example in the parent folder). This relates to @connectv/sdh trying to programmatically invoke webpack to bundle client-side code and components, and ts-loader failing to resolve module webpack. It is notable that its actually weird that ts-loader is involved in that part of the code.

This is probably a regression issue on ts-loader, since for example 8.0.9 works perfectly. However I will not attach the label "pending on external library" until it is further investigated, it is assured that the issue does relate to ts-loader, and corresponding issue on the lib is created.

@loreanvictor loreanvictor added bug Something isn't working minor This is a minor issue. labels Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor This is a minor issue.
Projects
None yet
Development

No branches or pull requests

1 participant