You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
codedoc s
will fail whents-loader
above 8.0.10 is installed (for example in the parent folder). This relates to@connectv/sdh
trying to programmatically invokewebpack
to bundle client-side code and components, andts-loader
failing to resolve modulewebpack
. It is notable that its actually weird thatts-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 tots-loader
, and corresponding issue on the lib is created.The text was updated successfully, but these errors were encountered: