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
{{ message }}
This repository was archived by the owner on Aug 8, 2019. It is now read-only.
Using
webpack
version4.6.0
I need to resolve the path of a loader using webpack.
The loader is used like this in a
node_modules
dependency:I want to override this loader
A-loader
with anotherB-loader
.Here is how my project is structured:
I want to use webpack
resolveLoader
in order to replace the currentA-loader
intoB-loader
.I'm not sure how to use it, i try but this doesn't work:
Does anybody know how can I solve this?
The text was updated successfully, but these errors were encountered: