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
webpackversion4.6.0I need to resolve the path of a loader using webpack.
The loader is used like this in a
node_modulesdependency:I want to override this loader
A-loaderwith anotherB-loader.Here is how my project is structured:
I want to use webpack
resolveLoaderin order to replace the currentA-loaderintoB-loader.I'm not sure how to use it, i try but this doesn't work:
Does anybody know how can I solve this?